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