From 335ade6d1f82efe2decf0bfaf1e2a278dddfaaf3 Mon Sep 17 00:00:00 2001 From: James Harper Date: Sat, 8 May 2010 15:22:56 +0200 Subject: [PATCH] remove pragma warnings --- bacula/src/win32/Makefile.inc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/win32/Makefile.inc.in b/bacula/src/win32/Makefile.inc.in index 784d934a70..c0e5f9bcb5 100644 --- a/bacula/src/win32/Makefile.inc.in +++ b/bacula/src/win32/Makefile.inc.in @@ -48,14 +48,14 @@ STAB2CV := $(DEPKGS32)/tools/bin/stab2cv WIN64=@WIN64@ ifeq ($(WIN64),yes) - CFLAGS := -g -Wall -mno-cygwin -mthreads -O3 -fno-strict-aliasing -DHAVE_VSS64 + CFLAGS := -g -Wall -mno-cygwin -mthreads -O3 -fno-strict-aliasing -DHAVE_VSS64 -Wno-unknown-pragmas LIBS_NETWORK := -lws2_32 WIN_VERSION := 64 BINDIR := $(BUILDDIR)/release64 LIBDIR := $(BUILDDIR)/release64 OBJDIR := obj64 else - CFLAGS := -g -Wall -mno-cygwin -m32 -mwin32 -mthreads -O3 -fno-strict-aliasing + CFLAGS := -g -Wall -mno-cygwin -m32 -mwin32 -mthreads -O3 -fno-strict-aliasing -Wno-unknown-pragmas LIBS_NETWORK := -lwsock32 WIN_VERSION := 32 BINDIR := $(BUILDDIR)/release32 -- 2.39.5