diff options
Diffstat (limited to 'sim/example-synacor')
-rw-r--r-- | sim/example-synacor/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/example-synacor/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/example-synacor/ChangeLog b/sim/example-synacor/ChangeLog index e0f5182..49b1c8f 100644 --- a/sim/example-synacor/ChangeLog +++ b/sim/example-synacor/ChangeLog @@ -1,3 +1,7 @@ +2021-04-21 Simon Marchi <simon.marchi@polymtl.ca> + + * configure: Regenerate. + 2021-04-18 Mike Frysinger <vapier@gentoo.org> * configure: Regenerate. diff --git a/sim/example-synacor/configure b/sim/example-synacor/configure index 1ee8fb7..6b321e8 100755 --- a/sim/example-synacor/configure +++ b/sim/example-synacor/configure @@ -12073,7 +12073,7 @@ $as_echo_n "checking compiler warning flags... " >&6; } -Werr*) WERROR_CFLAGS=-Werror ;; *) # Check that GCC accepts it saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $w" + CFLAGS="$CFLAGS -Werror $w" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ |