mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-09 20:26:09 -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 defined(_WIN32)&& !defined(__GNUC__) && defined(SQLITECPP_COMPILE_DLL)
|
||||||
#if SQLITECPP_DLL_EXPORT
|
#if SQLITECPP_DLL_EXPORT
|
||||||
#define SQLITECPP_API __declspec(dllexport)
|
#define SQLITECPP_API __declspec(dllexport)
|
||||||
#pragma message("Exporting symbols")
|
|
||||||
#else
|
#else
|
||||||
#define SQLITECPP_API __declspec(dllimport)
|
#define SQLITECPP_API __declspec(dllimport)
|
||||||
#pragma message("Importing symbols")
|
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#if __GNUC__ >= 4
|
#if __GNUC__ >= 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user