From b668387d917cd80c5d4b9631bc0008b6a014c083 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Sat, 10 Apr 2010 17:04:33 +0200 Subject: Remove -Wxxx gcc-isms from subdir Makefiles --- devices/zmq_forwarder/Makefile.am | 1 - devices/zmq_queue/Makefile.am | 1 - devices/zmq_streamer/Makefile.am | 1 - 3 files changed, 3 deletions(-) (limited to 'devices') diff --git a/devices/zmq_forwarder/Makefile.am b/devices/zmq_forwarder/Makefile.am index ee48cda..ca29fa5 100644 --- a/devices/zmq_forwarder/Makefile.am +++ b/devices/zmq_forwarder/Makefile.am @@ -4,6 +4,5 @@ bin_PROGRAMS = zmq_forwarder zmq_forwarder_LDADD = $(top_builddir)/src/libzmq.la zmq_forwarder_SOURCES = zmq_forwarder.cpp -zmq_forwarder_CXXFLAGS = -Wall -pedantic -Werror diff --git a/devices/zmq_queue/Makefile.am b/devices/zmq_queue/Makefile.am index 8d3ec36..416cb21 100644 --- a/devices/zmq_queue/Makefile.am +++ b/devices/zmq_queue/Makefile.am @@ -4,6 +4,5 @@ bin_PROGRAMS = zmq_queue zmq_queue_LDADD = $(top_builddir)/src/libzmq.la zmq_queue_SOURCES = zmq_queue.cpp -zmq_queue_CXXFLAGS = -Wall -pedantic -Werror diff --git a/devices/zmq_streamer/Makefile.am b/devices/zmq_streamer/Makefile.am index 9e0ac62..b6ab8fa 100644 --- a/devices/zmq_streamer/Makefile.am +++ b/devices/zmq_streamer/Makefile.am @@ -4,6 +4,5 @@ bin_PROGRAMS = zmq_streamer zmq_streamer_LDADD = $(top_builddir)/src/libzmq.la zmq_streamer_SOURCES = zmq_streamer.cpp -zmq_streamer_CXXFLAGS = -Wall -pedantic -Werror -- cgit v1.2.3