]> git.sur5r.net Git - bacula/bacula/commitdiff
Reduce compiler warnings on Windows build
authorKern Sibbald <kern@sibbald.com>
Wed, 17 Mar 2010 15:02:19 +0000 (16:02 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:40 +0000 (16:49 +0200)
bacula/src/baconfig.h
bacula/src/lib/alist.c
bacula/src/lib/alist.h

index 3bf4b523427cb5b99600ae87357494820b03033f..5d3036a942687c72d5fb01008269eb5acfd8b1a9 100644 (file)
@@ -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()
index 7b53dfe8bc0a0c5b206c787ca4f6c2538a2b58c8..71befece8d7dab8005e57b877010508be11f6217 100644 (file)
@@ -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"
index d19bf5393c3a8fbe08b99585df24d02818398298..73154c437ccb59c4ab23a87f6232d17c999716c3 100644 (file)
@@ -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
  */