You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.2 KiB
43 lines
1.2 KiB
Index: Makefile.in |
|
--- Makefile.in.orig 2012-06-22 13:56:07.000000000 +0200 |
|
+++ Makefile.in 2012-06-27 10:11:55.000000000 +0200 |
|
@@ -333,7 +333,7 @@ |
|
# Use -n to prevent gzip from adding a timestamp to the .gz headers. |
|
GZIP_ENV = -9n |
|
DIST_SUBDIRS = lib src po tests debug |
|
-SUBDIRS = $(am__append_1) src po tests |
|
+SUBDIRS = $(am__append_1) src |
|
dist_doc_DATA = \ |
|
AUTHORS \ |
|
COPYING \ |
|
Index: configure |
|
--- configure.orig 2012-06-22 13:56:05.000000000 +0200 |
|
+++ configure 2012-06-27 10:11:55.000000000 +0200 |
|
@@ -17680,26 +17680,7 @@ |
|
# don't seem so useful here; at least the last one gives some |
|
# warnings which are not bugs. |
|
for NEW_FLAG in \ |
|
- -Wall \ |
|
- -Wextra \ |
|
- -Wformat=2 \ |
|
- -Winit-self \ |
|
- -Wmissing-include-dirs \ |
|
- -Wstrict-aliasing \ |
|
- -Wfloat-equal \ |
|
- -Wundef \ |
|
- -Wshadow \ |
|
- -Wpointer-arith \ |
|
- -Wbad-function-cast \ |
|
- -Wwrite-strings \ |
|
- -Wlogical-op \ |
|
- -Waggregate-return \ |
|
- -Wstrict-prototypes \ |
|
- -Wold-style-definition \ |
|
- -Wmissing-prototypes \ |
|
- -Wmissing-declarations \ |
|
- -Wmissing-noreturn \ |
|
- -Wredundant-decls |
|
+ none |
|
do |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts $NEW_FLAG" >&5 |
|
$as_echo_n "checking if $CC accepts $NEW_FLAG... " >&6; }
|
|
|