Skip to content

Commit

Permalink
Merge pull request #10834 from NREL/CppCheckSuppressFix
Browse files Browse the repository at this point in the history
CppCheck update suppress warning
  • Loading branch information
Myoldmopar authored Dec 2, 2024
2 parents b9a992f + 447a8b3 commit 3fa9c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_code_integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
--force
--std=c++17
--inline-suppr
--suppress=cppcheckError
--suppress=missingInclude
--suppress=missingIncludeSystem
--suppress=unusedFunction:src/EnergyPlus/api/autosizing.cc
--suppress=unusedFunction:src/EnergyPlus/api/datatransfer.cc
--suppress=unusedFunction:src/EnergyPlus/api/func.cc
Expand Down

0 comments on commit 3fa9c14

Please sign in to comment.