summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2007-03-05 08:43:00 +0000
committerPeter Johnson <peter@tortall.net>2007-03-05 08:43:00 +0000
commit415eee49ea2ff224d66ff6e9083f2faaa99d077d (patch)
tree776b97e00ebe4d79249b8d17bcd8ee29ecb589b1 /configure.ac
parent4fb65a432b55d5164744102ff1ac2ab15899f199 (diff)
downloadyasm-415eee49ea2ff224d66ff6e9083f2faaa99d077d.tar.gz
Restructure yasm_object as the central clearing house for yasm_objfmt,
yasm_dbgfmt, and yasm_arch. This eliminates a lot of redundant keeping track of this information in the individual object and debug formats and also simplifies a fair amount of code. I'm still not happy with how arch gets passed around in output code, but there may not be much of an alternative there. While I'm here, clean up some unused variables and functions and re-enable the warning for unused variables in configure.ac. svn path=/trunk/yasm/; revision=1812
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 68ccae99..7e44b42b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,8 +180,8 @@ if test "$USE_MAINTAINER_MODE" = "yes"; then
MORE_CFLAGS="$MORE_CFLAGS -Wswitch"
MORE_CFLAGS="$MORE_CFLAGS -Wwrite-strings"
MORE_CFLAGS="$MORE_CFLAGS -Wno-undef"
- MORE_CFLAGS="$MORE_CFLAGS -Wno-unused"
-# MORE_CFLAGS="$MORE_CFLAGS -Wno-unused-parameter"
+# MORE_CFLAGS="$MORE_CFLAGS -Wno-unused"
+ MORE_CFLAGS="$MORE_CFLAGS -Wno-unused-parameter"
fi
fi