From 27cc7919bb12411bb354e3eb1d2b22aa7fbc5208 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 17 Mar 2010 16:02:19 +0100 Subject: [PATCH] Reduce compiler warnings on Windows build --- bacula/src/baconfig.h | 3 +++ bacula/src/lib/alist.c | 4 +--- bacula/src/lib/alist.h | 4 +--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index 3bf4b52342..5d3036a942 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -83,6 +83,9 @@ #define WIN32_REPARSE_POINT 1 #define WIN32_MOUNT_POINT 2 +/* Reduce compiler warnings from Windows vss code */ +#define uuid(x) + void InitWinAPIWrapper(); #define OSDependentInit() InitWinAPIWrapper() diff --git a/bacula/src/lib/alist.c b/bacula/src/lib/alist.c index 7b53dfe8bc..71befece8d 100644 --- a/bacula/src/lib/alist.c +++ b/bacula/src/lib/alist.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2003-2008 Free Software Foundation Europe e.V. + Copyright (C) 2003-2010 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -34,8 +34,6 @@ * * Kern Sibbald, June MMIII * - * Version $Id$ - * */ #include "bacula.h" diff --git a/bacula/src/lib/alist.h b/bacula/src/lib/alist.h index d19bf5393c..73154c437c 100644 --- a/bacula/src/lib/alist.h +++ b/bacula/src/lib/alist.h @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2003-2008 Free Software Foundation Europe e.V. + Copyright (C) 2003-2010 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -26,8 +26,6 @@ Switzerland, email:ftf@fsfeurope.org. */ /* - * Version $Id$ - * * Kern Sibbald, June MMIII */ -- 2.39.2