From 5d5ea8b2a2d4ff5bee102ef1822c1f03759e8b66 Mon Sep 17 00:00:00 2001 From: yabause Date: Fri, 17 Oct 2008 10:41:37 +0000 Subject: [PATCH] --enable-hardcore configure flag is now even more hardcore! (patch 2157019 by riccardom) --- desmume/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/configure.ac b/desmume/configure.ac index a2ee9a887..d8db8179d 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -176,7 +176,7 @@ if test "x[$]ENABLE_HARDCORE" = "x1"; then dnl - only valid for C with newer gcc's CPPFLAGS="[$]CPPFLAGS -Wmissing-prototypes" fi - CPPFLAGS="[$]CPPFLAGS -Werror -W -Wall -Wpointer-arith -Wcast-align -Wwrite-strings" + CPPFLAGS="[$]CPPFLAGS -Wall -Wextra -Wpointer-arith -Wcast-align -Wwrite-strings -Wno-unused-parameter -Wmissing-declarations -Wundef -Wmissing-noreturn -Wshadow" fi dnl - Enable debug mode