Branch: refs/heads/kupsch/fix-compiler-diagnostics
Home: https://github.com/dyninst/dyninst
Commit: 3c9522e18cdb46ce6208aa92b02d7036e21c85d6
https://github.com/dyninst/dyninst/commit/3c9522e18cdb46ce6208aa92b02d7036e21c85d6
Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M cmake/options.cmake
M cmake/warnings.cmake
Log Message:
-----------
Add cmake option to disable diagnostic suppressions (#1239)
- If INTERNAL_DISABLE_ALL_DIAGNOSTIC_SUPPRESSIONS is set to ON,
then disable all warning suppressions and frame size limit
overrides
Commit: fca602a0b9b4cdbc291b08673ab92c0ec7db53fa
https://github.com/dyninst/dyninst/commit/fca602a0b9b4cdbc291b08673ab92c0ec7db53fa
Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M cmake/options.cmake
M cmake/warnings.cmake
Log Message:
-----------
Add compiler warning related cmake options (#1239)
- WARNINGS_AS_ERRORS cmake option: if set treats warnings as errors
- EXTRA_WARNING_OPTIONS cmake option: additional warning options to
test for and use if valid with the current compiler
Compare: https://github.com/dyninst/dyninst/compare/12af8feb21f0...fca602a0b9b4
|