File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151#pragma warning (disable : 4127) /*conditional expression is constant*/
5252#elif defined(__GNUC__)
5353
54- # if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ ) >= 48000 )
54+ # if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ ) >= 40800 )
5555 //Disable false positives triggered by -Waggressive-loop-optimizations
5656# pragma GCC diagnostic ignored "-Waggressive-loop-optimizations"
5757# endif
5858
59- # if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ ) >= 46000 )
59+ # if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ ) >= 40600 )
6060 //Disable false positives triggered by -Warray-bounds
6161# pragma GCC diagnostic ignored "-Warray-bounds"
6262# endif
You can’t perform that action at this time.
0 commit comments