Browse Source

Remove -Wcast-align

pull/2421/head
Max Lv 5 years ago
parent
commit
9aa46cbc3f
1 changed files with 1 additions and 1 deletions
  1. 2
      src/Makefile.am

2
src/Makefile.am

@ -1,6 +1,6 @@
VERSION_INFO = 2:0:0
AM_CFLAGS = -g -O2 -Wall -Werror -Wno-deprecated-declarations -Wcast-align -fno-strict-aliasing -std=gnu99 -D_GNU_SOURCE
AM_CFLAGS = -g -O2 -Wall -Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 -D_GNU_SOURCE
AM_CFLAGS += $(PTHREAD_CFLAGS)
if !USE_SYSTEM_SHARED_LIB
AM_CFLAGS += -I$(top_srcdir)/libbloom

Loading…
Cancel
Save