Sync from SUSE:ALP:Source:Standard:1.0 graphviz revision 48d8890f893ec39ef40bc54aea4c9544
This commit is contained in:
17
graphviz-useless_warnings.patch
Normal file
17
graphviz-useless_warnings.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
tclpkg/gv/Makefile.am | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
Index: tclpkg/gv/Makefile.am
|
||||
===================================================================
|
||||
--- tclpkg/gv/Makefile.am.orig
|
||||
+++ tclpkg/gv/Makefile.am
|
||||
@@ -12,6 +12,8 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/lib/cdt \
|
||||
-I$(top_srcdir)/lib/pathplan
|
||||
|
||||
+AM_CXXFLAGS = -Wno-unused-label -Wno-unused-function \
|
||||
+ -Wno-unused-but-set-variable
|
||||
LIBS = -lc
|
||||
|
||||
BASESOURCES = gv.cpp gv.i gv_builtins.c gv_channel.h
|
Reference in New Issue
Block a user