diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7e339018..042c43c6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -410,6 +410,9 @@ jobs: toolset.flags gcc.compile OPTIONS extra : -Wshadow-local : unchecked ; + toolset.flags clang-linux.compile OPTIONS extra : + -Wundefined-reinterpret-cast + : unchecked ; # Ignore some warnings feature.feature known-warnings : suppress : optional incidental propagated ;