mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
ignored "-Wenum-constexpr-conversion"
This commit is contained in:
parent
4f7c7577b5
commit
4211ff944b
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@
|
|||
|
||||
#if defined(__clang__)
|
||||
# pragma clang diagnostic push
|
||||
# pragma clang diagnostic ignored "-Wunknown-warning-option"
|
||||
# pragma clang diagnostic ignored "-Wenum-constexpr-conversion"
|
||||
#elif defined(__GNUC__)
|
||||
# pragma GCC diagnostic push
|
||||
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized" // May be used uninitialized 'return {};'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue