]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.
authorPeter Powell <petpow@saberuk.com>
Mon, 19 Nov 2012 00:37:29 +0000 (00:37 +0000)
committerattilamolnar <attilamolnar@hush.com>
Mon, 19 Nov 2012 00:46:25 +0000 (01:46 +0100)
commit357a38d16000fac89ca76aa9b1e1a7a3afd3d6eb
treea58a52078d8adf509f586be878588f901761be81
parenta23dc3de455c6224ca74ed5d155eb14fd92caf9f
Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.

Commas at the end of enumerator lists are valid in C99 but are not
valid in C++ before C++11. This causes a build error on GCC when
using -pedantic.
src/modules/extra/m_ssl_gnutls.cpp