From: Kern Sibbald Date: Wed, 17 Mar 2010 15:02:19 +0000 (+0100) Subject: Reduce compiler warnings on Windows build X-Git-Tag: Release-7.0.0~2049 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27cc7919bb12411bb354e3eb1d2b22aa7fbc5208;p=bacula%2Fbacula Reduce compiler warnings on Windows build --- 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 */