sapling/build/fbcode_builder/CMake
Xavier Deguillard a4af481237 getdeps: silence inherits via dominance warnings
Summary:
Previously, the Windows build was litered with warnings of the form (typo included):

  warning C4250: 'C1': inherits 'C2::C2::method' via dominance
  note: see declaration of 'C2::method'

Microsoft doesn't offer any recommendation, and the internet suggest that the
right `using` should silence it. That's unfortunately not the case, adding:
  using C2::method
In `C1` doesn't do anything, and the compiler still complains :(.

Since the warning appears to be non-actionable, and looks more like a
"notice" than a warning, let's just silence it.

Reviewed By: wez

Differential Revision: D21395095

fbshipit-source-id: ae661b3ed61303e6361b8a15d9e7c6b9627ea8c1
2020-05-08 21:46:06 -07:00
..
fb_py_test_main.py Fix bug in optimizing module loader for coverage collection 2020-04-02 02:42:33 -07:00
fb_py_win_main.c fb_py_win_main.c: fix File Not Found errors on windows 2020-04-29 14:41:57 -07:00
FBBuildOptions.cmake fbcode_builder: add a license header to FBBuildOptions.cmake 2019-09-16 15:41:57 -07:00
FBCMakeParseArgs.cmake fbcode_builder: CMake functions for building standalone python programs 2019-08-19 11:08:34 -07:00
FBCompilerSettings.cmake getdeps: silence inherits via dominance warnings 2020-05-08 21:46:06 -07:00
FBCompilerSettingsMSVC.cmake getdeps: silence inherits via dominance warnings 2020-05-08 21:46:06 -07:00
FBCompilerSettingsUnix.cmake getdeps: silence inherits via dominance warnings 2020-05-08 21:46:06 -07:00
FBPythonBinary.cmake getdeps: add an install_fb_python_executable() function to the CMake utilities 2019-12-03 21:42:27 -08:00
FBPythonTestAddTests.cmake getdeps: add an add_fb_python_unittest() function 2019-09-30 10:46:18 -07:00
FBThriftCppLibrary.cmake Make thrift metadata available across fbcode oss builds. 2020-02-14 14:53:47 -08:00
FBThriftLibrary.cmake fbcode_builder: add a FBThriftLibrary.cmake file 2019-08-29 22:05:44 -07:00
FBThriftPyLibrary.cmake fix the thrift CMake rules to add dependencies on the thrift compiler 2019-09-16 21:10:01 -07:00
FindGflags.cmake add fbcode_builder sources 2019-04-26 11:31:58 -07:00
FindGlog.cmake add fbcode_builder sources 2019-04-26 11:31:58 -07:00
FindGMock.cmake add fbcode_builder sources 2019-04-26 11:31:58 -07:00
FindLibEvent.cmake add fbcode_builder sources 2019-04-26 11:31:58 -07:00
FindPCRE.cmake add fbcode_builder sources 2019-04-26 11:31:58 -07:00
make_fbpy_archive.py update make_fbpy_archive.py to replace the output on Windows 2019-09-18 20:05:01 -07:00