summaryrefslogtreecommitdiffstats
path: root/third_party/mesa/README.chromium
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 22:19:05 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 22:19:05 +0000
commit74c8a07a137e5d79323c92dbe88c4dc1cddfc91f (patch)
treec7c55cb83a908333a9064fab0c00589667a63853 /third_party/mesa/README.chromium
parentfd34812fcb7ede7bf2aed868f1a140f738040c52 (diff)
downloadchromium_src-74c8a07a137e5d79323c92dbe88c4dc1cddfc91f.zip
chromium_src-74c8a07a137e5d79323c92dbe88c4dc1cddfc91f.tar.gz
chromium_src-74c8a07a137e5d79323c92dbe88c4dc1cddfc91f.tar.bz2
Revert 69472 - Suppress a spurious warning in CompareConfig
third_party/mesa/MesaLib/src/egl/main/eglconfig.c: In function _eglCompareConfigs: third_party/mesa/MesaLib/src/egl/main/eglconfig.h:98: error: array subscript is below array bounds BUG=None TEST=manual/local, and a buildbot running an otherwise affected version. Review URL: http://codereview.chromium.org/5866007 TBR=petermayo@chromium.org Review URL: http://codereview.chromium.org/5925005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa/README.chromium')
-rw-r--r--third_party/mesa/README.chromium2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/mesa/README.chromium b/third_party/mesa/README.chromium
index 04eddbb..c19eb9b 100644
--- a/third_party/mesa/README.chromium
+++ b/third_party/mesa/README.chromium
@@ -78,5 +78,3 @@ Later modifications (see chromium.patch):
- Fixed compiler warning about cast to pointer from integer of different size
in eglapi.c line 276. Replaced void* with EGLNativeDisplayType.
-
-- Suppressed spurious compiler warning from gcc in eglCompareConfig