X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=CMake%2FFollyCompiler.cmake;fp=CMake%2FFollyCompiler.cmake;h=3c8093755c75c18bdcb3d2d301f777b4420eef40;hp=70dfe378674771683bfc3af03fac6a476f13bafb;hb=21e85af2c838fc1420a77d1ce2199c01858c18b0;hpb=ef20f6380813110434dae416f0abe964e476c8c6 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