Commit a9f6298e73e4c5ab3dbdf89c5e80045672766f20

Thomas de Grivel 2024-04-02T11:30:49

try to fix #pragma omp

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/libc3_window/sdl2/demo/configure b/libc3_window/sdl2/demo/configure
index 04fd7c3..8addd54 100755
--- a/libc3_window/sdl2/demo/configure
+++ b/libc3_window/sdl2/demo/configure
@@ -46,7 +46,8 @@ echo "OBJECTS_DEBUG = $OBJECTS_DEBUG" >> ${CONFIG_MK}
 # Common config for all targets
 CPPFLAGS="-I../../.. $CPPFLAGS"
 #CPPFLAGS="$CPPFLAGS -DGL_SILENCE_DEPRECATION=1"
-CFLAGS="$CFLAGS -W -Wall -Werror -std=c11 -pedantic -pipe"
+CFLAGS="$CFLAGS -W -Wall -Werror -Wno-error=unknown-pragmas"
+CFLAGS="$CFLAGS -std=c11 -pedantic -pipe"
 LIBS="$LIBS -lm"
 config_asan
 config_gnu