Skip to content

Commit

Permalink
Merge pull request #347 from afeher/fix-splitter-warning-suppression
Browse files Browse the repository at this point in the history
Fix warning suppression for locals.
  • Loading branch information
cppguru authored and GitHub Enterprise committed Aug 22, 2024
2 parents a686e5d + f5758ea commit e753651
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def _generateSilencingOfWarnings(silencedWarnings: Set[SilencedWarningKind]) ->
"#ifdef BSLS_PLATFORM_HAS_PRAGMA_GCC_DIAGNOSTIC",
' #pragma GCC diagnostic ignored "-Wunused"',
' #pragma GCC diagnostic ignored "-Wunused-function"',
' #pragma GCC diagnostic ignored "-Wunused-variable"',
"#endif",
"",
]
Expand Down

0 comments on commit e753651

Please sign in to comment.