summaryrefslogtreecommitdiff
path: root/external/boost/boost.9397.warnings.patch.0
blob: 429d7074f4cd6712421705828de0e3182dcd2296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Index: boost/predef/os/bsd/bsdi.h
===================================================================
--- boost/predef/os/bsd/bsdi.h	(revision 86709)
+++ boost/predef/os/bsd/bsdi.h	(working copy)
@@ -24,7 +24,7 @@
 
 #define BOOST_OS_BSD_BSDI BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && (  \
     defined(__bsdi__) \
     )
 #   ifndef BOOST_OS_BSD_AVAILABLE
Index: boost/predef/os/bsd/dragonfly.h
===================================================================
--- boost/predef/os/bsd/dragonfly.h	(revision 86709)
+++ boost/predef/os/bsd/dragonfly.h	(working copy)
@@ -24,7 +24,7 @@
 
 #define BOOST_OS_BSD_DRAGONFLY BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && (  \
     defined(__DragonFly__) \
     )
 #   ifndef BOOST_OS_BSD_AVAILABLE
Index: boost/predef/os/bsd/free.h
===================================================================
--- boost/predef/os/bsd/free.h	(revision 86709)
+++ boost/predef/os/bsd/free.h	(working copy)
@@ -26,7 +26,7 @@
 
 #define BOOST_OS_BSD_FREE BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && (  \
     defined(__FreeBSD__) \
     )
 #   ifndef BOOST_OS_BSD_AVAILABLE
Index: boost/predef/os/bsd/net.h
===================================================================
--- boost/predef/os/bsd/net.h	(revision 86709)
+++ boost/predef/os/bsd/net.h	(working copy)
@@ -31,7 +31,7 @@
 
 #define BOOST_OS_BSD_NET BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && (  \
     defined(__NETBSD__) || defined(__NetBSD__) \
     )
 #   ifndef BOOST_OS_BSD_AVAILABLE
Index: boost/predef/os/bsd/open.h
===================================================================
--- boost/predef/os/bsd/open.h	(revision 86709)
+++ boost/predef/os/bsd/open.h	(working copy)
@@ -55,7 +55,7 @@
 
 #define BOOST_OS_BSD_OPEN BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && (  \
     defined(__OpenBSD__) \
     )
 #   ifndef BOOST_OS_BSD_AVAILABLE
Index: boost/predef/os/bsd.h
===================================================================
--- boost/predef/os/bsd.h	(revision 86709)
+++ boost/predef/os/bsd.h	(working copy)
@@ -59,7 +59,7 @@
 #define BOOST_OS_BSD BOOST_VERSION_NUMBER_NOT_AVAILABLE
 #endif
 
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && (  \
     defined(BSD) || \
     defined(_SYSTYPE_BSD) \
     )
Index: boost/predef/os/macos.h
===================================================================
--- boost/predef/os/macos.h	(revision 86709)
+++ boost/predef/os/macos.h	(working copy)
@@ -31,7 +31,7 @@
 
 #define BOOST_OS_MACOS BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && (  \
     defined(macintosh) || defined(Macintosh) || \
     (defined(__APPLE__) && defined(__MACH__)) \
     )