Ticket #667: 0003-Remove-more-GCC-specific-Wall.patch

File 0003-Remove-more-GCC-specific-Wall.patch, 2.7 KB (added by Dagobert Michelsen <dam@…>, at 2010-08-06T15:45:26Z)
  • protocols/Makefile

    From cdcf79c13688a644aa23d8421a43f93f00386d69 Mon Sep 17 00:00:00 2001
    From: Dagobert Michelsen <dam@opencsw.org>
    Date: Fri, 6 Aug 2010 15:33:32 +0200
    Subject: [PATCH 3/6] Remove more GCC specific -Wall
    
    ---
     protocols/Makefile         |    1 -
     protocols/jabber/Makefile  |    1 -
     protocols/msn/Makefile     |    1 -
     protocols/oscar/Makefile   |    1 -
     protocols/twitter/Makefile |    1 -
     protocols/yahoo/Makefile   |    2 +-
     6 files changed, 1 insertions(+), 6 deletions(-)
    
    diff --git a/protocols/Makefile b/protocols/Makefile
    index 18d79e8..b360808 100644
    a b subdirobjs = $(PROTOOBJS) 
    2020
    2121# Expansion of variables
    2222subdirobjs := $(join $(subdirs),$(addprefix /,$(subdirobjs)))
    23 CFLAGS += -Wall
    2423LFLAGS += -r
    2524
    2625# [SH] Phony targets
  • protocols/jabber/Makefile

    diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile
    index e7a505b..f41e616 100644
    a b  
    1111# [SH] Program variables
    1212objects = conference.o io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o
    1313
    14 CFLAGS += -Wall
    1514LFLAGS += -r
    1615
    1716# [SH] Phony targets
  • protocols/msn/Makefile

    diff --git a/protocols/msn/Makefile b/protocols/msn/Makefile
    index 6a58861..4089eda 100644
    a b  
    1111# [SH] Program variables
    1212objects = msn.o msn_util.o ns.o passport.o sb.o tables.o
    1313
    14 CFLAGS += -Wall
    1514LFLAGS += -r
    1615
    1716# [SH] Phony targets
  • protocols/oscar/Makefile

    diff --git a/protocols/oscar/Makefile b/protocols/oscar/Makefile
    index 2792f22..5e9307d 100644
    a b  
    1111# [SH] Program variables
    1212objects = admin.o auth.o bos.o buddylist.o chat.o chatnav.o conn.o icq.o im.o info.o misc.o msgcookie.o rxhandlers.o rxqueue.o search.o service.o snac.o ssi.o stats.o tlv.o txqueue.o oscar_util.o oscar.o
    1313
    14 CFLAGS += -Wall
    1514LFLAGS += -r
    1615
    1716# [SH] Phony targets
  • protocols/twitter/Makefile

    diff --git a/protocols/twitter/Makefile b/protocols/twitter/Makefile
    index ca1e469..111ae4b 100644
    a b  
    1111# [SH] Program variables
    1212objects = twitter.o twitter_http.o twitter_lib.o
    1313
    14 CFLAGS += -Wall
    1514LFLAGS += -r
    1615
    1716# [SH] Phony targets
  • protocols/yahoo/Makefile

    diff --git a/protocols/yahoo/Makefile b/protocols/yahoo/Makefile
    index b4fe56e..a38a1cb 100644
    a b  
    1111# [SH] Program variables
    1212objects = yahoo.o crypt.o libyahoo2.o yahoo_fn.o yahoo_httplib.o yahoo_util.o
    1313
    14 CFLAGS += -Wall -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STRCHR -DHAVE_MEMCPY -DHAVE_GLIB
     14CFLAGS += -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STRCHR -DHAVE_MEMCPY -DHAVE_GLIB
    1515LFLAGS += -r
    1616
    1717# [SH] Phony targets