Alejandro Mery
15 years ago
1 changed files with 38 additions and 0 deletions
@ -0,0 +1,38 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../uisp/werror.patch
|
||||||
|
# Copyright (C) 2009 The OpenSDE Project
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
--- ./src/Makefile.am.orig 2009-11-15 23:07:46.000000000 +0100
|
||||||
|
+++ ./src/Makefile.am 2009-11-15 23:08:02.000000000 +0100
|
||||||
|
@@ -31,7 +31,7 @@
|
||||||
|
# Turn on all warnings and consider them errors. This kinda forces you to have
|
||||||
|
# to use gcc, but I'd rather have all warnings eliminated.
|
||||||
|
|
||||||
|
-AM_CXXFLAGS = -Wall -Werror
|
||||||
|
+AM_CXXFLAGS = -Wall
|
||||||
|
|
||||||
|
bin_PROGRAMS = uisp
|
||||||
|
uisp_SOURCES = \
|
||||||
|
--- ./src/Makefile.in.orig 2009-11-15 23:07:06.000000000 +0100
|
||||||
|
+++ ./src/Makefile.in 2009-11-15 23:07:27.000000000 +0100
|
||||||
|
@@ -145,7 +145,7 @@
|
||||||
|
|
||||||
|
# Turn on all warnings and consider them errors. This kinda forces you to have
|
||||||
|
# to use gcc, but I'd rather have all warnings eliminated.
|
||||||
|
-AM_CXXFLAGS = -Wall -Werror
|
||||||
|
+AM_CXXFLAGS = -Wall
|
||||||
|
|
||||||
|
bin_PROGRAMS = uisp
|
||||||
|
uisp_SOURCES = \
|
Loading…
Reference in new issue