Skip to content

Commit

Permalink
[Media Common] Fix Compile Errors Reported by Clang
Browse files Browse the repository at this point in the history
Fix Compile Errors Reported by Clang
  • Loading branch information
Xiaohua-Work authored and intel-mediadev committed Jul 27, 2023
1 parent a6c20de commit c086b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media_driver/cmake/linux/media_compile_flags_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
-Wno-missing-braces
-Wno-overloaded-virtual
-Wbitfield-constant-conversion
-Wno-extern-c-compat
-Wno-inconsistent-missing-override
)
list(REMOVE_ITEM MEDIA_COMPILER_FLAGS_COMMON
-funswitch-loops
Expand Down

0 comments on commit c086b22

Please sign in to comment.