Tree
Tree:
935211c5a4129272c807ab87bbd3ae4d3ea4eb9e
Date:
Mon Jan 29 22:32:06 2018 UTC
Message:
Fix compiler warning in Option_String() 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.
IRCNow