2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

CI: Enable -Wundefined-reinterpret-cast

This commit is contained in:
Nikita Kniazev
2021-09-19 01:32:23 +03:00
parent 4ea7e3a7b7
commit 28071ced0a

View File

@@ -410,6 +410,9 @@ jobs:
toolset.flags gcc.compile OPTIONS <warnings>extra :
-Wshadow-local
: unchecked ;
toolset.flags clang-linux.compile OPTIONS <warnings>extra :
-Wundefined-reinterpret-cast
: unchecked ;
# Ignore some warnings
feature.feature known-warnings : suppress : optional incidental propagated ;