Skip to content

Commit

Permalink
Disable warnings 5245 and 5246 (google#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparist committed Sep 24, 2021
1 parent 03eefd8 commit c6a1ea9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions omaha/main.scons
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,10 @@ win_env.AppendUnique(
# longer implies that compiler generated copy/move
# constructors and copy/move assignment operators are non
# trivial
'/wd5245', # 'function': unreferenced function with internal linkage
# has been removed
'/wd5246', # 'member': the initialization of a subobject should be
# wrapped in braces
#
# Disable static analysis warnings.
#
Expand Down

0 comments on commit c6a1ea9

Please sign in to comment.