Removed further compiler warnings

This commit is contained in:
Stefan Ritt 2019-05-22 09:30:20 +02:00
parent e950e2cac3
commit 465d738c96

View File

@ -59,6 +59,9 @@
#define DEFAULT_PORT 80 #define DEFAULT_PORT 80
#endif #endif
/* unused function parameters */
#define UNUSED(x) __attribute__((unused)) x
#ifdef _MSC_VER #ifdef _MSC_VER
#define OS_WINNT #define OS_WINNT