summaryrefslogtreecommitdiff
path: root/examples/simple_talker
diff options
context:
space:
mode:
authorJean-Baptiste Maillet <jean-baptiste.maillet@parrot.com>2014-11-19 16:52:20 +0100
committerJean-Baptiste Maillet <jean-baptiste.maillet@parrot.com>2014-11-21 10:20:19 +0100
commita0d00b25b635fe257633ad9e5b8d7dc8cf64519f (patch)
tree87457b7e609973b955792c1b0f60c4e08e662ddb /examples/simple_talker
parente293b41875e010a8cad0a67a5c08aa6bf68b9b91 (diff)
downloadOpen-AVB-a0d00b25b635fe257633ad9e5b8d7dc8cf64519f.tar.gz
Build, minor: update warning option "-W" to new name "-Wextra"
From gcc documentation: "The older name is still supported, but the newer name is more descriptive."
Diffstat (limited to 'examples/simple_talker')
-rw-r--r--examples/simple_talker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple_talker/Makefile b/examples/simple_talker/Makefile
index 2fddf2c6..5acf04d7 100644
--- a/examples/simple_talker/Makefile
+++ b/examples/simple_talker/Makefile
@@ -1,5 +1,5 @@
OPT=-O2
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses
+CFLAGS=$(OPT) -Wall -Wextra -Wno-parentheses
CC=gcc
INCFLAGS=-I../../lib/igb -I../../daemons/mrpd -I../common