diff --git a/Changes b/Changes index 93c490c51..f3c9a873a 100644 --- a/Changes +++ b/Changes @@ -1672,3 +1672,4 @@ seen. gmtime warning still there completely new and works differently. All remnants of the old system have been removed. - Changed the module config system slightly to be able to detect more errors. - /rehash for conf3 (that works) :) +- Fixed win32 compile error with default: ; \ No newline at end of file diff --git a/src/auth.c b/src/auth.c index fff2d2398..00ca3a11a 100644 --- a/src/auth.c +++ b/src/auth.c @@ -139,7 +139,7 @@ int Auth_CheckError(ConfigEntry *ce) X509_free(x509_filecert); break; #endif - default: + default: ; } } }