diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-17 19:13:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-17 19:14:06 (GMT) |
commit | cf84882b3c23139f2f9b1edd60f0785d3c522a14 (patch) | |
tree | cea1e2b106b6acc5753bd80b8dc85e195b91c4fc /config/intel-warnings-general | |
parent | 5fadf221baee915b74918c37c1ab34b24975be87 (diff) | |
download | hdf5-cf84882b3c23139f2f9b1edd60f0785d3c522a14.zip hdf5-cf84882b3c23139f2f9b1edd60f0785d3c522a14.tar.gz hdf5-cf84882b3c23139f2f9b1edd60f0785d3c522a14.tar.bz2 |
Create common build system files for warnings
Diffstat (limited to 'config/intel-warnings-general')
-rw-r--r-- | config/intel-warnings-general | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/intel-warnings-general b/config/intel-warnings-general new file mode 100644 index 0000000..f4ed24c --- /dev/null +++ b/config/intel-warnings-general @@ -0,0 +1,10 @@ +# Note that some of the flags listed here really should be developer +# flags (listed in separate files, gnu-warnings-developer*) but we put +# them here because they are not raised by the current code and we'd like to +# know if they do start showing up. +# +# NOTE: Don't add -Wpadded here since we can't/won't fix the (many) +# warnings that are emitted. If you need it, add it from the +# environment variable at configure time. +-Wall +-Wcheck
\ No newline at end of file |