mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-08-06 05:43:47 +00:00
Fix guards
This commit is contained in:
parent
6d51ea4ec7
commit
69e349d832
@ -47,7 +47,7 @@
|
|||||||
//
|
//
|
||||||
// Cross-platform attribute macros
|
// Cross-platform attribute macros
|
||||||
//
|
//
|
||||||
#if defined __clang__
|
#if defined(__clang__) && (!defined(_MSC_VER))
|
||||||
// AppleClang also defines __GNUC__, so do this check first. These
|
// AppleClang also defines __GNUC__, so do this check first. These
|
||||||
// will probably be the same as for __GNUC__, but let's keep them
|
// will probably be the same as for __GNUC__, but let's keep them
|
||||||
// separate just to be safe.
|
// separate just to be safe.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user