summaryrefslogtreecommitdiff
path: root/multimedia/jmref/files/patch-Makefile
blob: 0e4a5b2a4a21273d469622b7f1645957ae471a22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2020-09-29 10:45:14 UTC
+++ Makefile
@@ -20,8 +20,6 @@ OPENMP?= 0
 LLVM = $(shell $(CC) --version | grep LLVM)
 ifneq ($(LLVM),)
 	CFLAGS+=-Qunused-arguments
-else
-	CFLAGS+=-Wno-unused-but-set-variable
 endif
 
 export DBG