Remove warnings

This commit is contained in:
Alexander Bock
2018-09-01 21:48:53 -04:00
parent 518b43db02
commit 35855de9f5
4 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
#include <ghoul/logging/logmanager.h>
#include <ghoul/logging/consolelog.h>
int main(int argc, char** argv) {
int main(int, char**) {
using namespace openspace;
ghoul::initialize();