Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
b668387d
Commit
b668387d
authored
Apr 10, 2010
by
Martin Lucina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove -Wxxx gcc-isms from subdir Makefiles
parent
f6fa41dd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
10 deletions
+3
-10
configure.in
configure.in
+3
-3
Makefile.am
devices/zmq_forwarder/Makefile.am
+0
-1
Makefile.am
devices/zmq_queue/Makefile.am
+0
-1
Makefile.am
devices/zmq_streamer/Makefile.am
+0
-1
Makefile.am
perf/Makefile.am
+0
-4
No files found.
configure.in
View file @
b668387d
...
...
@@ -365,14 +365,14 @@ fi
# -Wall, -Werror and -pedantic are GNU compiler specific.
# Also, these break OpenPGM so don't specify them if we are building with it.
if test "x$gnu_compilers" = "xyes" -a "x$pgm_ext" = "xno"; then
LIBZMQ_EXTRA_CXXFLAGS="${LIBZMQ_EXTRA_CXXFLAGS} -Wall
"
CPPFLAGS="-Wall $CPPFLAGS
"
if test "x$pedantic" = "xyes"; then
LIBZMQ_EXTRA_CXXFLAGS="${LIBZMQ_EXTRA_CXXFLAGS} -pedantic
"
CPPFLAGS="-pedantic $CPPFLAGS
"
fi
if test "x$werror" = "xyes"; then
LIBZMQ_EXTRA_CXXFLAGS="${LIBZMQ_EXTRA_CXXFLAGS} -Werror
"
CPPFLAGS="-Werror $CPPFLAGS
"
fi
fi
...
...
devices/zmq_forwarder/Makefile.am
View file @
b668387d
...
...
@@ -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
devices/zmq_queue/Makefile.am
View file @
b668387d
...
...
@@ -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
devices/zmq_streamer/Makefile.am
View file @
b668387d
...
...
@@ -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
perf/Makefile.am
View file @
b668387d
...
...
@@ -8,19 +8,15 @@ noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr $(PGM_EXAMPLES_BINS)
local_lat_LDADD
=
$(top_builddir)
/src/libzmq.la
local_lat_SOURCES
=
local_lat.cpp
local_lat_CXXFLAGS
=
-Wall
-pedantic
-Werror
remote_lat_LDADD
=
$(top_builddir)
/src/libzmq.la
remote_lat_SOURCES
=
remote_lat.cpp
remote_lat_CXXFLAGS
=
-Wall
-pedantic
-Werror
local_thr_LDADD
=
$(top_builddir)
/src/libzmq.la
local_thr_SOURCES
=
local_thr.cpp
local_thr_CXXFLAGS
=
-Wall
-pedantic
-Werror
remote_thr_LDADD
=
$(top_builddir)
/src/libzmq.la
remote_thr_SOURCES
=
remote_thr.cpp
remote_thr_CXXFLAGS
=
-Wall
-pedantic
-Werror
if
BUILD_PGM_EXAMPLES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment