sam3x tcpserver example: fix warning when building the example.
authoraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 21 Apr 2011 16:56:42 +0000 (16:56 +0000)
committeraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 21 Apr 2011 16:56:42 +0000 (16:56 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4866 38d2e660-2303-0410-9eaa-f027e97ec537

boards/sam3x-ek/examples/sam3x-ek_tcp_server/sam3x-ek_tcp_server_user.mk

index 89bfa9877d23a12f990893cbf51cc7f8abce38c9..038cc071a60d417f57a79f672f9848fea98058cd 100644 (file)
@@ -37,9 +37,11 @@ sam3x-ek_tcp_server_USER_CPPAFLAGS = \
        #
 
 # Flags included by the user.
+# -Wno-cast-qual silences warnings from using lwip constants
 sam3x-ek_tcp_server_USER_CPPFLAGS = \
        -Os \
        -fno-strict-aliasing \
+       -Wno-cast-qual \
        -fwrapv \
        #