close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Ticket #667: 0001-Do-not-use-gcc-specific-Wall.patch

File 0001-Do-not-use-gcc-specific-Wall.patch, 908 bytes (added by Dagobert Michelsen <dam@…>, at 2010-08-06T15:45:09Z)
  • Makefile

    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 
    2525
    2626# Expansion of variables
    2727subdirobjs = $(foreach dir,$(subdirs),$(dir)/$(dir).o)
    28 CFLAGS += -Wall
    2928
    3029all: $(OUTFILE)
    3130        $(MAKE) -C doc
  • lib/Makefile

    diff --git a/lib/Makefile b/lib/Makefile
    index 441634c..d1149b0 100644
    a b  
    1111# [SH] Program variables
    1212objects = 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
    1313
    14 CFLAGS += -Wall
    1514LFLAGS += -r
    1615
    1716# [SH] Phony targets