Skip to content

Commit

Permalink
fix GCC/clang in private/diagnostic_cxx_20_compat_push.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Dorniak committed Jun 27, 2024
1 parent b4c320e commit 3a60fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/etl/private/diagnostic_cxx_20_compat_push.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ SOFTWARE.

#if defined(__clang__) || defined(__llvm__)
#pragma clang diagnostic push
#pragma GCC diagnostic ignored "-Wc++20-compat"
#pragma clang diagnostic ignored "-Wc++20-compat"
#endif

0 comments on commit 3a60fe3

Please sign in to comment.