Skip to content

Commit

Permalink
host 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeGautherie committed Jun 3, 2024
1 parent 6281441 commit 06f2f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dll/win32/dbghelp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ if(NOT CMAKE_CROSSCOMPILING)
# Disable 2 'warning C4700: uninitialized local variable '...' used', false-positives related to ReadFile().
set_source_files_properties(dbghelp.c module.c PROPERTIES COMPILE_OPTIONS /wd4700)
else()
# Disable 1 'dbghelp_private.h:...:1: warning: ‘cdecl’ attribute ignored [-Wattributes]'.
add_compile_options(-Wno-attributes)
# Demote 1 'dbghelp_private.h:...:1: warning: ‘cdecl’ attribute ignored [-Wattributes]'.
add_compile_options(-Wno-error=attributes)
endif()
else()
add_definitions(
Expand Down

0 comments on commit 06f2f1b

Please sign in to comment.