try disabling warning 4947 in ConfigOption.h
(it doesn't matter.. just an obsoletion notice for `Windows::Forms::Control::Scale`, which probably isn't going away anytime soon.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable: 4947)
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
// Windows Header Files
|
||||
@@ -1179,4 +1181,6 @@ Panel^ MakePanel(int width, int height, std::vector<ConfigOptionBase*> &cfg, Too
|
||||
}
|
||||
|
||||
return outpanel;
|
||||
}
|
||||
}
|
||||
|
||||
#pragma warning(pop)
|
||||
Reference in New Issue
Block a user