diff options
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r-- | src/net/messageout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h index 2fb25d38b..89cb02c62 100644 --- a/src/net/messageout.h +++ b/src/net/messageout.h @@ -65,12 +65,12 @@ class MessageOut /** * Returns the content of the message. */ - virtual char *getData() const; + virtual char *getData() const A_WARN_UNUSED; /** * Returns the length of the data. */ - virtual unsigned int getDataSize() const; + virtual unsigned int getDataSize() const A_WARN_UNUSED; virtual ~MessageOut() { } |