1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

Fix guards

This commit is contained in:
Carles Fernandez 2020-01-13 03:12:19 +01:00
parent 6d51ea4ec7
commit 69e349d832
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -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.