From d9f919fe197a7e018ff73bdb03c45240face533e Mon Sep 17 00:00:00 2001 From: TimePath Date: Sat, 3 Oct 2015 19:52:47 +1000 Subject: [PATCH] Clear up a warning --- qcsrc/common/command/generic.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/common/command/generic.qc b/qcsrc/common/command/generic.qc index 64083a89d..20826f64e 100644 --- a/qcsrc/common/command/generic.qc +++ b/qcsrc/common/command/generic.qc @@ -240,7 +240,9 @@ void GenericCommand_dumpcommands(float request) } } +#ifndef MENUQC void effectinfo_dump(int fh, bool alsoprint); +#endif void GenericCommand_dumpeffectinfo(float request) { switch (request) { -- 2.39.2