diff options
author | Benjamin Close <[email protected]> | 2009-02-13 10:07:26 +1030 |
---|---|---|
committer | Benjamin Close <[email protected]> | 2009-02-13 10:12:17 +1030 |
commit | 25ac2801d758b299dcbc6d4fb3fd62370cdb8d0a (patch) | |
tree | 2fd71ded95932e09e4910c276f8d7a2c4a7b0e57 /src/gallium/state_trackers/egl | |
parent | 67fc3ace65419b0865253e3ef54b20abbca1dfb5 (diff) |
galium: Makefile fixes: -Werror=implicit-function-declaration -> -Werror-implicit-function-declaration
Found-By: Tinderbox
Diffstat (limited to 'src/gallium/state_trackers/egl')
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile index c9124b1c90e..d2ea8d38578 100644 --- a/src/gallium/state_trackers/egl/Makefile +++ b/src/gallium/state_trackers/egl/Makefile @@ -6,7 +6,7 @@ TOP = ../../../.. include ${TOP}/configs/current -CFLAGS += -g -Wall -Werror=implicit-function-declaration -fPIC \ +CFLAGS += -g -Wall -Werror-implicit-function-declaration -fPIC \ -I${GALLIUMDIR}/include \ -I${GALLIUMDIR}/auxiliary \ -I${TOP}/src/mesa/drivers/dri/common \ |