summaryrefslogtreecommitdiff
path: root/media-video/smplayer/files/smplayer-18.3.0-disable-werror.patch
blob: 7905a44619f6da9b8ac29677e0340a11ec41cf09 (plain)
1
2
3
4
5
6
7
8
9
gcc-8 is smarter about possible overflow detection.

Reported-by: Mike Lothian
Bug: https://bugs.gentoo.org/654724
--- a/webserver/Makefile
+++ b/webserver/Makefile
@@ -5 +5 @@ SOURCES = main.c mongoose.c
-CFLAGS = -O2 -W -Wall -Werror -Wno-unused-function $(CFLAGS_EXTRA) $(MODULE_CFLAGS)
+CFLAGS = -O2 -W -Wall -Wno-unused-function $(CFLAGS_EXTRA) $(MODULE_CFLAGS)