ircd-seven icon indicating copy to clipboard operation
ircd-seven copied to clipboard

Make clang 8 happy on FreeBSD

Open mutesplash opened this issue 6 years ago • 0 comments

Fixes:

m_cmessage.c:199:3: error: non-void function 'm_cmessage' should return a value [-Wreturn-type] m_cmessage.c:203:3: error: non-void function 'm_cmessage' should return a value [-Wreturn-type] m_sasl.c:89:3: error: non-void function 'mr_authenticate' should return a value [-Wreturn-type]

mutesplash avatar Dec 13 '19 22:12 mutesplash