* HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merge updates #358 patches from vtk #361 fix header guard spelling * format fix * Fix missing underscore and make H5public.h closer to dev * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup JNI cleanup * format alignment * Add missing test ref file * Merge #380 from develop * Finish java merges from develop * Fix java issues with tests and javadoc * Correct use of attribute access plist * Remove debug code * Remove unused variable * Change file access to read only for java tests * Split clang format operations. * More javadoc comments * Remove pre-split setting * format source * Change windows TS to use older VS. * Mostly all javadoc fixes, one argument rename. * synch file * Merge of long double fix and compiler flags * HDFFV-11229 merge changes from develop * HDFFV-11229 correct test script * HDFFV-11229 update autotools test script for two ref files * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * minor whitespace * remove unneeded macro * Committing clang-format changes * Add "option" command for clang options * Rework CMake add_custom to use the BYPRODUCTS argument Update pkgconfig scripts for parallel builds. Fix install COPYING file reference. Remove unused round defines. Change CMake default setting of BUILD_CPP to off. * Fortran target depends * Remove incorrect source attribute * Revert define removal * printf specifiers and VS2015 min changes * Committing clang-format changes * Add time struct * TRILAB-227 and tools debug merges from develop * Merge various changes from dev * Issue #669 remove version from pkgcfg filename * remove version from h5cc script Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
88 lines
2.4 KiB
Plaintext
88 lines
2.4 KiB
Plaintext
#
|
|
# HDF5 code should not trigger the following warnings under any
|
|
# circumstances, so ask the compiler to treat them as errors:
|
|
#
|
|
-Werror=bad-function-cast
|
|
-Werror=implicit-function-declaration
|
|
-Werror=missing-declarations
|
|
-Werror=missing-prototypes
|
|
-Werror=nested-externs
|
|
-Werror=old-style-definition
|
|
-Werror=packed
|
|
-Werror=pointer-sign
|
|
-Werror=pointer-to-int-cast
|
|
-Werror=redundant-decls
|
|
-Werror=strict-prototypes
|
|
-Werror=switch
|
|
#
|
|
#-Werror=discarded-qualifiers
|
|
#
|
|
#
|
|
# NOTE: File Driver files are not compatible with these warnings as errors
|
|
# H5FDdirect.c,H5FDmpio.c,H5FDros3.c,
|
|
# -Werror=unused-function
|
|
#
|
|
-Wunused-function
|
|
#
|
|
# H5FDdrvr_module.h
|
|
# -Werror=unused-variable
|
|
#
|
|
-Wunused-variable
|
|
#
|
|
-Wunused-parameter
|
|
#
|
|
#
|
|
#
|
|
# NOTE: Tools files are not compatible with these warnings as errors
|
|
# lib/h5tools.c
|
|
# -Werror=cast-align
|
|
#
|
|
-Wcast-align
|
|
#
|
|
# lib/h5diff_array.c
|
|
# -Werror=unused-but-set-variable
|
|
#
|
|
-Wunused-but-set-variable
|
|
#
|
|
# lib/h5tools_utils.c
|
|
# -Werror=unused-parameter
|
|
#
|
|
#
|
|
# NOTE: JNI files are not compatible with these warnings as errors
|
|
# jni/h5pDCPLImp.c,jni/nativeData.c,jni/h5util.c,jni/h5rImp.c
|
|
# jni/h5sImp.c,jni/h5tImp.c
|
|
# -Werror=cast-align
|
|
# jni/h5util.c
|
|
# -Werror=format(-overflow)
|
|
#
|
|
-Werror=format
|
|
#
|
|
#
|
|
#Examples and tests do not use the same set of extensive warning flags as libraries
|
|
# Here is a list of tests and examples that have issues with the stricter warnings as error
|
|
#
|
|
# NOTE: Test files are not compatible with these warnings as errors
|
|
# thread_id.c,
|
|
# -Werror=unused-function
|
|
# dsets.c
|
|
# -Werror=unused-parameter
|
|
# external.c,perform/sio_engine.c
|
|
# -Werror=format(-truncation)
|
|
#
|
|
#
|
|
# NOTE: Examples files are not compatible with these warnings as errors
|
|
# h5_vds-eiger.c,h5_vds-exclim.c,h5_vds.c,h5_vds-exc.c,h5_vds-percival-unlim-maxmin.c
|
|
# h5_vds-percival.c,h5_read.c,h5_rdwt.c,h5_mount.c,h5_extend.c,h5_extend_write.c
|
|
# h5_write.c,h5_vds-simpleIO.c,h5_ref2reg_deprec.c,h5_crtgrp.c,h5_select.c
|
|
# h5_vds-percival-unlim.c,h5_crtatt.c,h5_group.c,h5_attribute.c,h5_crtdat.c
|
|
# h5_reference_deprec.c
|
|
# h5_rdwt.c,h5_crtgrp.c,h5_crtatt.c,h5_crtdat.c
|
|
# -Werror=strict-prototypes
|
|
# h5_rdwt.c,h5_crtgrp.c,h5_crtatt.c,h5_crtdat.c
|
|
# -Werror=old-style-definition
|
|
# h5_vds-exclim.c,h5_vds.c,h5_vds-exc.c,
|
|
# -Werror=unused-variable
|
|
# h5_elink_unix2win.c,h5_extlink.c,h5_attribute.c
|
|
# -Werror=unused-parameter
|
|
|