]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
Activate -Wsign-compare.
[osl.git] / Makefile
index 76ab5eb5a3192cd5daa72ceda4dc8fcd936ea7be..bdf78a2728ab67eb4a7a6096f46132663570437f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ VERSION := $(x).$(y).$(z)
 
 OSL_CPPFLAGS += -DOSL_VERSION='"$(VERSION)"'
 
-OSL_CFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+OSL_CFLAGS += -g -Wunused -Wundef -W
 OSL_CFLAGS += -Wredundant-decls
 OSL_CFLAGS += -Os
 OSL_CFLAGS += -Wall