Commit 69aa24a
authored
Disable visibility attributes on Windows to fix msys2 -Wattributes warning (#2281)
Skip GCC visibility (default/hidden) when _WIN32 is defined so MinGW
and msys2 builds use empty export macros and avoid 'visibility attribute
not supported in this configuration; ignored'.
Made-with: Cursor
Signed-off-by: Cary Phillips <cary@ilm.com>1 parent b19cfec commit 69aa24a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | | - | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
0 commit comments