]> arthur.barton.de Git - ngircd.git/commitdiff
Fix compiler warning in Option_String()
authorAlexander Barton <alex@barton.de>
Mon, 29 Jan 2018 22:32:06 +0000 (23:32 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 29 Jan 2018 22:32:06 +0000 (23:32 +0100)
When compiling ngIRCd without support for SSL and without support for
ZLIB, gcc outputs the following warning:

  irc.c:493:9: warning: variable ‘options’ set but not used
    [-Wunused-but-set-variable]

Fix it by providing a dummy function in this case.


No differences found