diff options
Diffstat (limited to 'noannounce.c')
-rw-r--r-- | noannounce.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noannounce.c b/noannounce.c index c8c608a..ca977d6 100644 --- a/noannounce.c +++ b/noannounce.c @@ -106,6 +106,8 @@ bool cNoAnnounce::Parse(const char *s) break; case 5: nextAnnounce = atol(value); break; + default: + break; } //switch } parameter++; |