diff options
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r-- | src/net/ea/npchandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index 6bd038235..053792f6e 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -50,7 +50,8 @@ class NpcHandler : public Net::NpcHandler void clearDialogs(); - virtual int getNpc(Net::MessageIn &msg, bool haveLength) = 0; + virtual int getNpc(Net::MessageIn &msg, + bool haveLength) A_WARN_UNUSED = 0; void processNpcChoice(Net::MessageIn &msg); |