diff --git a/MMCore/MMCore.vcxproj b/MMCore/MMCore.vcxproj index 26d732feb..413f2b563 100644 --- a/MMCore/MMCore.vcxproj +++ b/MMCore/MMCore.vcxproj @@ -55,7 +55,6 @@ true - 4290;%(DisableSpecificWarnings) $(OutDir)MMCore.lib @@ -70,7 +69,6 @@ true - 4290;%(DisableSpecificWarnings) $(OutDir)MMCore.lib @@ -183,4 +181,4 @@ - \ No newline at end of file + diff --git a/MMCore/meson.build b/MMCore/meson.build index b60ab51fc..d7399dc29 100644 --- a/MMCore/meson.build +++ b/MMCore/meson.build @@ -15,7 +15,6 @@ cxx = meson.get_compiler('cpp') if cxx.get_id() in ['msvc', 'clang-cl'] add_project_arguments('-DNOMINMAX', language: 'cpp') - add_project_arguments('/wd4290', language: 'cpp') endif # MMDevice must be copied into subprojects/ for this experimental build to work