Switch to warning level 4 (#240)

This commit is contained in:
Andreas Süßenbach
2018-08-17 17:47:48 +02:00
committed by Markus Tavenrath
parent 58873a31ef
commit a9b5b68572
14 changed files with 46 additions and 37 deletions

View File

@@ -125,7 +125,7 @@ HWND initializeWindow(std::string const& className, std::string const& windowNam
#endif
int main(int argc, char *argv[])
int main(int /*argc*/, char * /*argv[]*/)
{
try
{