diff --git a/src/build/Common.gmake b/src/build/Common.gmake
index 60153e41493d3f61ba2a2b45378ac6a47359fb88..a603627a8a4e904a56d3fe695b536c028ec8dac9 100644
--- a/src/build/Common.gmake
+++ b/src/build/Common.gmake
@@ -442,7 +442,7 @@ ifdef DEBUG
 else # RELEASE
  # -finline-functions (used to) break the baja build badly.
  # This also meant that -O3 wouldn't work either.
- CFLAGS	:= -O3 -fomit-frame-pointer -ffast-math -funroll-loops $(CFLAGS)
+ CFLAGS	:= -O3 -Wno-unused-result -fomit-frame-pointer -ffast-math -funroll-loops $(CFLAGS)
 endif
 
 -include targets.mk