From: Michal Sojka Date: Mon, 25 May 2009 18:37:29 +0000 (+0200) Subject: Disabled useless warnings when compiled with FRSH X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/streamer.git/commitdiff_plain/7a8edf5a0472a314249fd7803fa7f944584dc15f Disabled useless warnings when compiled with FRSH --- diff --git a/Makefile.omk b/Makefile.omk index 595b812..3d9c679 100644 --- a/Makefile.omk +++ b/Makefile.omk @@ -4,7 +4,6 @@ default_CONFIG += CONFIG_AQUOSA=x LOCAL_CONFIG_H = streamer_config.h CFLAGS += -Wall -CFLAGS += -Wdeclaration-after-statement CFLAGS += -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls CFLAGS += -Wno-pointer-sign CFLAGS += -I /usr/local/include