Needs to be defined to nothing if none of the #if blocks match

This commit is contained in:
Scott Wheeler 2019-09-20 10:32:33 +02:00
parent dcf0331eb1
commit 54508df30b

View File

@ -50,6 +50,8 @@
#define TAGLIB_DEPRECATED __attribute__((deprecated))
#elif defined(_MSC_VER)
#define TAGLIB_DEPRECATED __declspec(deprecated)
#else
#define TAGLIB_DEPRECATED
#endif
#include <string>