aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-21 20:59:04 -0500
committerMike Frysinger <vapier@gentoo.org>2023-12-21 20:59:16 -0500
commit3744b73e3bf74a6013661cdb76c8c5ae326cb403 (patch)
treeca933aad764d21efe57db5dff616dbd57c57811f /sim/configure
parentfa113bd940e202d34e473ccc37b45d7bafa2efdd (diff)
downloadfsf-binutils-gdb-3744b73e3bf74a6013661cdb76c8c5ae326cb403.zip
fsf-binutils-gdb-3744b73e3bf74a6013661cdb76c8c5ae326cb403.tar.gz
fsf-binutils-gdb-3744b73e3bf74a6013661cdb76c8c5ae326cb403.tar.bz2
sim: warnings: enable -Wreturn-type
Older versions of gcc support this warning flag. We're already clean.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure
index faa26e4..d179055 100755
--- a/sim/configure
+++ b/sim/configure
@@ -15846,6 +15846,7 @@ build_warnings="$build_warnings
-Wold-style-definition
-Wpointer-sign
-Wreturn-mismatch
+-Wreturn-type
-Wstrict-prototypes
-Wno-enum-conversion
"