aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2014-10-19 00:18:28 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2014-10-19 00:18:28 +0000
commit649a5fc19092ea6141f0dddfd940a44a845b0778 (patch)
treebad1aa45585115e12a7256c26dfc9b71cd6eee48 /src/Makefile.in
parent8a7b512674238d2a7a5b2e321a5e1be5980d14e0 (diff)
downloadsg3_utils-649a5fc19092ea6141f0dddfd940a44a845b0778.tar.gz
sg_raw: do not output/print data-in if error; sg_inq: fix --cmddt output if not supported by device
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@616 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index d90ad410..f926941b 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -781,6 +781,7 @@ top_srcdir = @top_srcdir@
# For C++/clang testing
# -std=<s> can be c99, c11, gnu11, etc. Default is gnu89 (gnu90 is the same)
+# -Wall is no longer all warnings. Add -W (since renamed to -Wextra) for more
AM_CFLAGS = -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W @os_cflags@
# AM_CFLAGS = -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W @os_cflags@ -pedantic -std=c11
# AM_CFLAGS = -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W @os_cflags@ -pedantic -std=c++11