diff options
| author | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-06 10:49:16 +0200 |
|---|---|---|
| committer | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-06 10:49:16 +0200 |
| commit | cfbd2d6622d7a75929f34972ca407acb4437d3d2 (patch) | |
| tree | e909f6a9eb1513ea2f929f1db36722d4cc541e52 /v4l2-apps/lib/libv4l/libv4lconvert/Makefile | |
| parent | efcc2c1bf27fed430cbff0603d9d09cb88d1fad4 (diff) | |
| download | mediapointer-dvb-s2-cfbd2d6622d7a75929f34972ca407acb4437d3d2.tar.gz mediapointer-dvb-s2-cfbd2d6622d7a75929f34972ca407acb4437d3d2.tar.bz2 | |
libv4l: Fix errors and warnings when compiling with ICC
From: Gregor Jasny <jasny@vidsoft.de>
libv4l: Fix errors and warnings when compiling with ICC
Priority: normal
Signed-off-by: Gregor Jasny <jasny@vidsoft.de>
Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Diffstat (limited to 'v4l2-apps/lib/libv4l/libv4lconvert/Makefile')
| -rw-r--r-- | v4l2-apps/lib/libv4l/libv4lconvert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/lib/libv4l/libv4lconvert/Makefile b/v4l2-apps/lib/libv4l/libv4lconvert/Makefile index b7aa58b11..a29410421 100644 --- a/v4l2-apps/lib/libv4l/libv4lconvert/Makefile +++ b/v4l2-apps/lib/libv4l/libv4lconvert/Makefile @@ -1,7 +1,7 @@ override CPPFLAGS += -I../include -I../../../../linux/include CFLAGS := -g -O1 -CFLAGS += -Wall -W -Wno-unused -Wpointer-arith -Wstrict-prototypes +CFLAGS += -Wall -Wno-unused -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes ifeq ($(LINKTYPE),static) CONVERT_LIB = libv4lconvert.a |
