opengl/Makefile.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Author: Debian
Description: add -Wno-error flag to prevent compilation failures on warnings
--- pdp.orig/opengl/Makefile.config
+++ pdp/opengl/Makefile.config
@@ -8,7 +8,7 @@
CFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \
-Wall -W -Wstrict-prototypes -Werror \
- -Wno-unused -Wno-parentheses -Wno-switch -g
+ -Wno-unused -Wno-parentheses -Wno-switch -g -Wno-error
CPPFLAGS = -I$(PDP_DIR) -I$(PDP_OGL_DIR) -I/usr/X11R6/include -DPDP_VERSION=\"$(PDP_VERSION)\"