diff --git a/test/Singleton/Phoenix.cpp b/test/Singleton/Phoenix.cpp index 1cc4053..475c179 100644 --- a/test/Singleton/Phoenix.cpp +++ b/test/Singleton/Phoenix.cpp @@ -81,6 +81,9 @@ public: int main(int argc, char* argv[]) { + (void)argc; + (void)argv; + Example *example = new Example(); SetLongevity(example, 1, &Loki::Private::Deleter::Delete); LogBook::Instance().echo("LogClass now instantiated.");