Fix Clang warning with offsetof() macro? Added -Wall in OpenGL 3 example.

This commit is contained in:
ocornut
2014-12-07 09:58:45 +00:00
parent 71e20680db
commit 987188d437
4 changed files with 12 additions and 12 deletions

View File

@ -35,7 +35,6 @@ ifeq ($(UNAME_S), Darwin) #APPLE
CXXFLAGS = -I../../ -I/usr/local/Cellar/glew/1.10.0/include -I/usr/local/include
CXXFLAGS += -Wall
# CXXFLAGS += -D__APPLE__
endif