Commit 5c3c226a66a465ad72a83ccb87901405417ff43e

Thomas de Grivel 2023-12-07T16:44:35

find another way

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3/window/sdl2/configure b/libc3/window/sdl2/configure
index 827dc96..d6fb421 100755
--- a/libc3/window/sdl2/configure
+++ b/libc3/window/sdl2/configure
@@ -38,7 +38,7 @@ OBJECTS_DEBUG="$(c2ext .debug.lo "$SOURCES")"
 # Common config for all targets
 CPPFLAGS="-I../../../libffi/include -I../../.. $CPPFLAGS"
 CPPFLAGS="$CPPFLAGS -DGL_SILENCE_DEPRECATION=1"
-CFLAGS="$CFLAGS -W -Wall -Werror -Wno-error=clobbered -std=c99 -pedantic"
+CFLAGS="$CFLAGS -W -Wall -Werror -std=c99 -pedantic"
 LDFLAGS="--shared ${LDFLAGS}"
 LIBS="$LIBS -rpath ${PREFIX}/lib"
 config_asan