• unknown's avatar
    Disable __attribute__ entirely on g++ < 3.4. (Bug #2717) · ece8b7c2
    unknown authored
    
    include/my_global.h:
      Disable __attribute__ on g++ < 3.4. There are actually some forms of it that
      are supported, but rather than create more ATTRIBUTE_<foo> macros to handle
      them, it is easier to just disable them all. We will catch the compiler warnings
      with more recent versions of g++.
    ece8b7c2
my_global.h 39.1 KB