Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed May 14, 2024
1 parent 5e1288b commit 9c977ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/Khaos/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
#pragma clang diagnostic ignored "-Wnoc++98-compat-pedantic"
#endif

/*!
Expand Down
2 changes: 1 addition & 1 deletion src/KhaosVersion.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
#pragma clang diagnostic ignored "-Wnoc++98-compat-pedantic"
#endif

#include "Khaos/Version.h"
Expand Down

0 comments on commit 9c977ae

Please sign in to comment.