diff options
Diffstat (limited to 'primedev/util')
-rw-r--r-- | primedev/util/printcommands.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/primedev/util/printcommands.cpp b/primedev/util/printcommands.cpp index 20ebfffc..03ccce5e 100644 --- a/primedev/util/printcommands.cpp +++ b/primedev/util/printcommands.cpp @@ -188,6 +188,7 @@ void ConCommand_findflags(const CCommand& arg) void ConCommand_list(const CCommand& arg) { + NOTE_UNUSED(arg); ConCommandBase* var; CCVarIteratorInternal* itint = g_pCVar->FactoryInternalIterator(); std::map<std::string, ConCommandBase*> sorted; @@ -210,6 +211,7 @@ void ConCommand_list(const CCommand& arg) void ConCommand_differences(const CCommand& arg) { + NOTE_UNUSED(arg); CCVarIteratorInternal* itint = g_pCVar->FactoryInternalIterator(); std::map<std::string, ConCommandBase*> sorted; |