Remove warnings

- Unit tests
  - core
This commit is contained in:
Alexander Bock
2017-04-10 14:17:25 -04:00
parent 38becc4e88
commit fabe6dafd9
5 changed files with 73 additions and 17 deletions

View File

@@ -26,7 +26,9 @@
// When running the unit tests we don't want to be asked what to do in the case of an
// assertion
#ifndef GHL_THROW_ON_ASSERT
#define GHL_THROW_ON_ASSERT
#endif // GHL_THROW_ON_ASSERTGHL_THROW_ON_ASSERT
#include <ghoul/cmdparser/cmdparser>
#include <ghoul/filesystem/filesystem>