summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-06-16 15:40:35 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-07-07 15:49:55 (GMT)
commit90466630ea7e7d0bb5677c4ed44aaf7572e0ca71 (patch)
tree0cd915e2ffe87aac6eb448964eaca10c49867b60 /config/gnu-warnings
parentf68226ed892d8a0536900e568a8308bb60673afc (diff)
downloadhdf5-90466630ea7e7d0bb5677c4ed44aaf7572e0ca71.zip
hdf5-90466630ea7e7d0bb5677c4ed44aaf7572e0ca71.tar.gz
hdf5-90466630ea7e7d0bb5677c4ed44aaf7572e0ca71.tar.bz2
Promote format-string warnings to errors.
Diffstat (limited to 'config/gnu-warnings')
-rw-r--r--config/gnu-warnings/error-general2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-warnings/error-general b/config/gnu-warnings/error-general
index f0e61f8..4358b20 100644
--- a/config/gnu-warnings/error-general
+++ b/config/gnu-warnings/error-general
@@ -59,7 +59,7 @@
# jni/h5util.c
# -Werror=format(-overflow)
#
--Wformat
+-Werror=format
#
#
#Examples and tests do not use the same set of extensive warning flags as libraries