logging: add a FileHandlerFactory class
[folly.git] / CMake / FollyCompiler.cmake
index 70dfe378674771683bfc3af03fac6a476f13bafb..3c8093755c75c18bdcb3d2d301f777b4420eef40 100755 (executable)
@@ -121,6 +121,7 @@ function(apply_folly_compile_options_to_target THETARGET)
       /wd4366 # result of unary '&' operator may be unaligned\r
       /wd4587 # behavior change; constructor no longer implicitly called\r
       /wd4592 # symbol will be dynamically initialized (implementation limitation)\r
+      /wd4628 # digraphs not supported with -Ze\r
       /wd4723 # potential divide by 0\r
       /wd4724 # potential mod by 0\r
       /wd4868 # compiler may not enforce left-to-right evaluation order\r