aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-02-24 20:14:11 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-02-24 20:14:11 +0000
commitd421ee73f7d1eee168b1e87cf14a725f10edf6b9 (patch)
treeaea458d8bb2b2102ca9be487c6f5f330beba9a1a /src/Makefile.am
parent1444d1a1eec00280b76d810580bdce7fac968c05 (diff)
downloadsg3_utils-d421ee73f7d1eee168b1e87cf14a725f10edf6b9.tar.gz
sg_lib: add sg_exit2str; consolidate exit status strings
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@756 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d0f4b77a..9996d015 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -44,7 +44,6 @@ endif
# -Wall is no longer all warnings. Add -W (since renamed to -Wextra) for more
AM_CPPFLAGS = -iquote ${top_srcdir}/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
AM_CFLAGS = -Wall -W
-# AM_CFLAGS = -Wall -W -Werror=misleading-indentation
# AM_CFLAGS = -Wall -W -Wextra -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wnull-dereference -Wshadow -Wjump-misses-init
# AM_CFLAGS = -Wall -W -pedantic -std=c11
# AM_CFLAGS = -Wall -W -pedantic -std=c11 --analyze