From 7069c4750ecf45a92810d9610ee040206b8afc41 Mon Sep 17 00:00:00 2001
From: Dagobert Michelsen <dam@opencsw.org>
Date: Fri, 6 Aug 2010 14:49:34 +0200
Subject: [PATCH 1/6] Do not use gcc-specific -Wall
---
Makefile | 1 -
lib/Makefile | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 15db509..fd49aef 100644
a
|
b
|
endif |
25 | 25 | |
26 | 26 | # Expansion of variables |
27 | 27 | subdirobjs = $(foreach dir,$(subdirs),$(dir)/$(dir).o) |
28 | | CFLAGS += -Wall |
29 | 28 | |
30 | 29 | all: $(OUTFILE) |
31 | 30 | $(MAKE) -C doc |
diff --git a/lib/Makefile b/lib/Makefile
index 441634c..d1149b0 100644
a
|
b
|
|
11 | 11 | # [SH] Program variables |
12 | 12 | objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o oauth.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o |
13 | 13 | |
14 | | CFLAGS += -Wall |
15 | 14 | LFLAGS += -r |
16 | 15 | |
17 | 16 | # [SH] Phony targets |