Avoid GCC diagnostic pragma if GCC < 4.6
GCC diagnostic pragmas were introduced in GCC 4.6, so augment the GCC compiler check with a version check to avoid compilation errors with GCC < 4.6.
Showing
Please register or sign in to comment