X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=CMake%2FFollyCompiler.cmake;h=3c8093755c75c18bdcb3d2d301f777b4420eef40;hp=70dfe378674771683bfc3af03fac6a476f13bafb;hb=7fc3f9174951941df7a7a32acf320185716c26a6;hpb=6ecf60a979c5eb5d4e4edd0cd59393bb1c1931af diff --git a/CMake/FollyCompiler.cmake b/CMake/FollyCompiler.cmake index 70dfe378..3c809375 100755 --- a/CMake/FollyCompiler.cmake +++ b/CMake/FollyCompiler.cmake @@ -121,6 +121,7 @@ function(apply_folly_compile_options_to_target THETARGET) /wd4366 # result of unary '&' operator may be unaligned /wd4587 # behavior change; constructor no longer implicitly called /wd4592 # symbol will be dynamically initialized (implementation limitation) + /wd4628 # digraphs not supported with -Ze /wd4723 # potential divide by 0 /wd4724 # potential mod by 0 /wd4868 # compiler may not enforce left-to-right evaluation order