aboutsummaryrefslogtreecommitdiffstats
path: root/mail/archiveopteryx/files/patch-Jamrules
blob: 2131e76749c3222e5ec5a2d64d501d0281fc1025 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./Jamrules.orig	2014-03-06 13:45:47.495401383 -0600
+++ ./Jamrules	2014-03-06 13:46:02.417400626 -0600
@@ -35,7 +35,7 @@
 }
 else {
     C++ = g++ ;
-    C++FLAGS += -W -Wall -Wno-unused-result ;
+    C++FLAGS += -W -Wall ;
     BUILD = build/gcc ;
     if $(OPTIM) {
         BUILD = build/gcc$(OPTIM) ;