mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 14:45:36 +02:00
GH #26: Cannot compile on gcc
GH #26: Cannot compile on gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 using compiler flag pedantic
This commit is contained in:
@@ -63,7 +63,11 @@
|
||||
|
||||
|
||||
#if !defined(NetSSL_API)
|
||||
#define NetSSL_API
|
||||
#if defined (__GNUC__) && (__GNUC__ >= 4)
|
||||
#define NetSSL_API __attribute__ ((visibility ("default")))
|
||||
#else
|
||||
#define NetSSL_API
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user