diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-07-18 14:36:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 14:36:26 (GMT) |
commit | f4c9931abd9053bfacc88a3fbae5b3fe20385388 (patch) | |
tree | 73d341557eb387c5dbe53eaa5007de6a13031580 /config | |
parent | 079df9d216b61b38b0082a3c77472e1546d24ddb (diff) | |
download | hdf5-f4c9931abd9053bfacc88a3fbae5b3fe20385388.zip hdf5-f4c9931abd9053bfacc88a3fbae5b3fe20385388.tar.gz hdf5-f4c9931abd9053bfacc88a3fbae5b3fe20385388.tar.bz2 |
Updates comments in the gcc 4.8 warnings files (#1902)
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-warnings/4.8 | 4 | ||||
-rw-r--r-- | config/gnu-warnings/cxx-4.8 | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/config/gnu-warnings/4.8 b/config/gnu-warnings/4.8 index b4eecdf..8a19289 100644 --- a/config/gnu-warnings/4.8 +++ b/config/gnu-warnings/4.8 @@ -16,10 +16,6 @@ -Wtrampolines # warning flag added for GCC >= 4.7 -# -# -Wstack-usage=8192 warnings need to be swept up on a branch so -# that we can stop burdening the whole development team. -# -Wstack-usage=8192 # warning flag added for GCC >= 4.8 diff --git a/config/gnu-warnings/cxx-4.8 b/config/gnu-warnings/cxx-4.8 index 3bbcbf6..387c41e 100644 --- a/config/gnu-warnings/cxx-4.8 +++ b/config/gnu-warnings/cxx-4.8 @@ -12,10 +12,6 @@ -Wtrampolines # warning flag added for GCC >= 4.7 -# -# -Wstack-usage=8192 warnings need to be swept up on a branch so -# that we can stop burdening the whole development team. -# -Wstack-usage=8192 # warning flag added for GCC >= 4.8 |