diff --git a/src/Makefile.d/versions.mk b/src/Makefile.d/versions.mk index 27ac64e78..e49bf43c3 100644 --- a/src/Makefile.d/versions.mk +++ b/src/Makefile.d/versions.mk @@ -46,6 +46,7 @@ endif WFLAGS+=-Wpointer-arith -Wbad-function-cast ifdef GCC45 #WFLAGS+=-Wc++-compat + WFLAGS+=-std=gnu99 endif WFLAGS+=-Wcast-qual ifndef NOCASTALIGNWARN