theZiz / aha

Ansi HTML Adapter
Other
907 stars 88 forks source link

Fix to allow compiling with older GCC variants #85

Closed aaww01 closed 2 years ago

aaww01 commented 3 years ago

Make fails with error: #pragma GCC diagnostic not allowed inside functions GCC versions < 5 do not allow #pragma GCC diagnostic inside functions. Added wrapper around #pragma GCC blocks to check GNUC version and only use if >= version 5.