summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-10-19 13:13:40 +0300
committerTor Lillqvist <tml@iki.fi>2011-10-19 13:14:52 +0300
commitad9c1ffdd02caad147d9386f96942bd1c9eb6657 (patch)
tree245b18b6f71113f18cc781650ba05b5c6a56eac0 /boost
parent322d455f9f87deb0551d7360ba10e4ae6e3021ab (diff)
WaE: comparison is always true due to limited range of data type
Diffstat (limited to 'boost')
-rw-r--r--boost/boost_1_44_0.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch
index a2e538037c30..353520b08e5b 100644
--- a/boost/boost_1_44_0.patch
+++ b/boost/boost_1_44_0.patch
@@ -25,7 +25,7 @@
+.ENDIF
--- misc/boost_1_44_0/libs/date_time/src/gregorian/makefile.mk 2011-10-05 16:28:29.191616897 +0200
+++ misc/build/boost_1_44_0/libs/date_time/src/gregorian/makefile.mk 2011-10-05 16:27:40.511187732 +0200
-@@ -1 +1,20 @@
+@@ -1,1 +1,24 @@
-dummy
+PRJ=..$/..$/..$/..$/..$/..$/..$/..
+
@@ -36,6 +36,10 @@
+
+.INCLUDE : settings.mk
+
++.IF "$(OS)" == "ANDROID"
++CFLAGSCXX+=-Wno-type-limits
++.ENDIF
++
+SLOFILES= \
+ $(SLO)$/gregorian_types.obj \
+ $(SLO)$/greg_weekday.obj \