aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-09-11 23:13:21 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-09-11 23:13:21 +0000
commit23b8f9c3a44e6be249911b97c4cf02da601be519 (patch)
treed475856169c8a08001e1f8813408ed71bdc14197 /src/Makefile.in
parent38a3773e8ef84bd18fcf266df4e697e431c73882 (diff)
downloadsg3_utils-23b8f9c3a44e6be249911b97c4cf02da601be519.tar.gz
sg_vpd: decode some WDC/Hitachi vendor VPD pages; sg_modes: accept acronym for page/subpage codes; attempted 1.43 release
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@789 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 22cc987e..59d11661 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -569,7 +569,10 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
sg_scan_SOURCES = $(am__append_2) $(am__append_4) $(am__append_6)
@DEBUG_FALSE@DBG_CFLAGS =
-@DEBUG_TRUE@DBG_CFLAGS = -Wextra -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wnull-dereference -Wshadow -Wjump-misses-init
+
+# This is active if --enable-debug given to ./configure
+# removed -Wduplicated-branches because needs gcc-8
+@DEBUG_TRUE@DBG_CFLAGS = -Wextra -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wshadow -Wjump-misses-init
@DEBUG_FALSE@DBG_CPPFLAGS =
@DEBUG_TRUE@DBG_CPPFLAGS = -DDEBUG