Skip to content

Commit

Permalink
cmake: disable error causing boost to break
Browse files Browse the repository at this point in the history
  • Loading branch information
ihm-tswow authored Jun 28, 2021
1 parent ab48a76 commit df3a658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ add_global_compiler_flag_if_supported (-Werror=mismatched-tags)
add_global_compiler_flag_if_supported (-Wno-multichar)

# declaration of 'identifier' hides previous:
add_noggit_compiler_flag_if_supported (/we4456) # local declaration
#add_noggit_compiler_flag_if_supported (/we4456) # local declaration
add_noggit_compiler_flag_if_supported (/we4457) # function parameter
add_noggit_compiler_flag_if_supported (/we4458) # class members
add_noggit_compiler_flag_if_supported (/we4459) # global declaration
Expand Down

0 comments on commit df3a658

Please sign in to comment.