mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -04:00
remove SQLITECPP_API pragma messages
pragma message shows as a warning during the build compilation
This commit is contained in:
parent
3ef5b1d238
commit
6745726698
@ -21,10 +21,8 @@
|
||||
#if defined(_WIN32)&& !defined(__GNUC__) && defined(SQLITECPP_COMPILE_DLL)
|
||||
#if SQLITECPP_DLL_EXPORT
|
||||
#define SQLITECPP_API __declspec(dllexport)
|
||||
#pragma message("Exporting symbols")
|
||||
#else
|
||||
#define SQLITECPP_API __declspec(dllimport)
|
||||
#pragma message("Importing symbols")
|
||||
#endif
|
||||
#else
|
||||
#if __GNUC__ >= 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user