mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Silence a warning. Should we turn this into configure-time check?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46251 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7674b9d297
commit
70c8650de0
@ -17,7 +17,7 @@
|
||||
|
||||
// The VISIBILITY_HIDDEN macro, used for marking classes with the GCC-specific
|
||||
// visibility("hidden") attribute.
|
||||
#if __GNUC__ >= 4
|
||||
#if (__GNUC__ >= 4) && !defined(__MINGW32__)
|
||||
#define VISIBILITY_HIDDEN __attribute__ ((visibility("hidden")))
|
||||
#else
|
||||
#define VISIBILITY_HIDDEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user