src/cx/common.h

changeset 503
a89857072ace
parent 493
e3469b497eff
child 545
3700ac4bd9a3
     1.1 --- a/src/cx/common.h	Tue Feb 15 19:07:14 2022 +0100
     1.2 +++ b/src/cx/common.h	Tue Feb 15 19:41:48 2022 +0100
     1.3 @@ -114,6 +114,9 @@
     1.4  #endif /* _WIN32 */
     1.5  
     1.6  #ifndef __GNUC__
     1.7 +/**
     1.8 + * Removes GNU C attributes where they are not supported.
     1.9 + */
    1.10  #define __attribute__(x)
    1.11  #endif
    1.12  

mercurial