Skip to content

Commit

Permalink
Disable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed May 9, 2024
1 parent c533aef commit fc8aa9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/LIEFCompilerFlags.cmake
Expand Up @@ -108,6 +108,7 @@ if(MSVC AND NOT CLANG_CL)
-we4238 # Promote 'nonstandard extension used : class rvalue used as lvalue' to error.

-wd4530 # Supress C++ exception handler used, but unwind semantics are not enabled
-wd4251 # remove: needs to have dll-interface to be used by clients of class
)

set(msvc_warning_flags "/W4 ${msvc_warning_flags}")
Expand Down

0 comments on commit fc8aa9a

Please sign in to comment.