summaryrefslogtreecommitdiff
path: root/soft-fp/fmasf4.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fmasf4.c')
-rw-r--r--soft-fp/fmasf4.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/soft-fp/fmasf4.c b/soft-fp/fmasf4.c
index 359d49cdd9..9524913b13 100644
--- a/soft-fp/fmasf4.c
+++ b/soft-fp/fmasf4.c
@@ -34,11 +34,7 @@
it may be where R is defined using a macro or it may be where the
macro is defined. */
DIAG_PUSH_NEEDS_COMMENT;
-#if __GNUC_PREREQ (4, 7)
DIAG_IGNORE_NEEDS_COMMENT (4.9, "-Wmaybe-uninitialized");
-#else
-DIAG_IGNORE_NEEDS_COMMENT (4.9, "-Wuninitialized");
-#endif
#include <math.h>
#include "soft-fp.h"
#include "single.h"