Compile with -Werror, so Jenkins will catch warnings
Change-Id: I9255c75b6c6cbc638cdcc411632a924cb06f28c0 Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
@ -28,11 +28,11 @@ vlib_configure_args_vpp = --with-pre-data=128
|
||||
|
||||
|
||||
vpp_debug_TAG_CFLAGS = -g -O0 -DCLIB_DEBUG -DFORTIFY_SOURCE=2 -march=$(MARCH) \
|
||||
-fstack-protector-all -fPIC
|
||||
-fstack-protector-all -fPIC -Werror
|
||||
vpp_debug_TAG_LDFLAGS = -g -O0 -DCLIB_DEBUG -DFORTIFY_SOURCE=2 -march=$(MARCH) \
|
||||
-fstack-protector-all -fPIC
|
||||
-fstack-protector-all -fPIC -Werror
|
||||
|
||||
vpp_TAG_CFLAGS = -g -O2 -DFORTIFY_SOURCE=2 -march=$(MARCH) \
|
||||
-fstack-protector -fPIC
|
||||
-fstack-protector -fPIC -Werror
|
||||
vpp_TAG_LDFLAGS = -g -O2 -DFORTIFY_SOURCE=2 -march=$(MARCH) \
|
||||
-fstack-protector -fPIC
|
||||
-fstack-protector -fPIC -Werror
|
||||
|
@ -39,7 +39,7 @@
|
||||
#define DBG_SOCK(args...)
|
||||
#endif
|
||||
|
||||
static const char *vhost_message_str[] = {
|
||||
static const char *vhost_message_str[] __attribute__((unused)) = {
|
||||
[VHOST_USER_NONE] = "VHOST_USER_NONE",
|
||||
[VHOST_USER_GET_FEATURES] = "VHOST_USER_GET_FEATURES",
|
||||
[VHOST_USER_SET_FEATURES] = "VHOST_USER_SET_FEATURES",
|
||||
|
Reference in New Issue
Block a user