base: Disable a warning in hdf5.cc which comes from an external header.
authorGabe Black <gabeblack@google.com>
Fri, 6 Mar 2020 01:43:28 +0000 (17:43 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 6 Mar 2020 21:03:28 +0000 (21:03 +0000)
commitb383997d4a9c642dd4356bfc4554ac7ae183ae62
tree6810bd235fa25b34c1e0c7f730a79cd4e168c76f
parentf4cf31f5e1a952e8fb53e10160f167f29324c3b3
base: Disable a warning in hdf5.cc which comes from an external header.

This warning comes from an external header which we don't have the
ability to fix directly. We can disable it in hdf5.cc specifically
which should keep things building without defeating the warning in
cases where we could fix it.

Jira Issue: https://gem5.atlassian.net/browse/GEM5-365

Change-Id: Ie1f4d91340e68cee7514beab9d03bba1d1c9bb38
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/26325
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/base/SConscript