X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=Makefile.in;h=52aaaa59752651c783cb5c1c65df0897c7e76b54;hp=30ce8f6c53ec5faa6967a54f9881041d9fd22460;hb=7f861e63553911e2d61c8a7ce8c16b8089446822;hpb=8b9b7a6a06c3052930d00aeba6c2ae1e19bd6358 diff --git a/Makefile.in b/Makefile.in index 30ce8f6..52aaaa5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,7 +39,8 @@ CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ \ -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Wredundant-decls \ -Wpointer-arith -Wformat=2 -Winit-self \ - -Wswitch-enum -Wunused-variable -Wbad-function-cast + -Wswitch-enum -Wunused-variable -Wbad-function-cast \ + -Wno-strict-aliasing -fno-strict-aliasing ALL_CFLAGS:=@DEFS@ -I$(srcdir) -I. $(CFLAGS) CPPFLAGS:=@CPPFLAGS@ LDFLAGS:=@LDFLAGS@