Blob Blame History Raw
--- free42-nologo-1.4.77/gtk/Makefile-orig      2013-02-17 17:33:42.000000000 -0300
+++ free42-nologo-1.4.77/gtk/Makefile   2019-07-04 16:12:29.931686931 -0300
@@ -15,7 +15,7 @@
 # along with this program; if not, see http://www.gnu.org/licenses/.
 ###############################################################################

-CXXFLAGS := -MMD -Wall -Wno-parentheses -Wno-write-strings -g -I/usr/X11R6/include -fno-exceptions -fno-rtti $(shell pkg-config --cflags gtk+-2.0) -DVERSION="\"$(shell cat ../VERSION)\""
+CXXFLAGS := -MMD -Wall -Wno-parentheses -Wno-write-strings -Wno-narrowing -g -I/usr/X11R6/include -fno-exceptions -fno-rtti $(shell pkg-config --cflags gtk+-2.0) -DVERSION="\"$(shell cat ../VERSION)\""
 LDFLAGS = -L/usr/X11R6/lib
 LIBS := -lXmu $(shell pkg-config --libs gtk+-2.0)