summaryrefslogtreecommitdiff
path: root/patches/dev300/warning-return-values-stlport.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/warning-return-values-stlport.diff')
-rw-r--r--patches/dev300/warning-return-values-stlport.diff30
1 files changed, 0 insertions, 30 deletions
diff --git a/patches/dev300/warning-return-values-stlport.diff b/patches/dev300/warning-return-values-stlport.diff
deleted file mode 100644
index e6fd643c5..000000000
--- a/patches/dev300/warning-return-values-stlport.diff
+++ /dev/null
@@ -1,30 +0,0 @@
----
- stlport/STLport-4.5.patch | 12 ++++++++++++
- 1 files changed, 12 insertions(+), 0 deletions(-)
-
-diff --git stlport/STLport-4.5.patch stlport/STLport-4.5.patch
-index 27ff2ef..f5a5b72 100644
---- stlport/STLport-4.5.patch
-+++ stlport/STLport-4.5.patch
-@@ -1024,6 +1024,18 @@
- #ifndef _STLP_CMATH
- #include <cmath>
- #endif
-+*** misc/STLport-4.5/stlport/stl/_fstream.c 2001-07-06 06:16:17.000000000 +0200
-+--- misc/build/STLport-4.5/stlport/stl/_fstream.c 2007-06-01 10:57:07.000000000 +0200
-+***************
-+*** 379,384 ****
-+--- 379,385 ----
-+ }
-+ else
-+ return pos_type(-1);
-++ return pos_type(-1);
-+ }
-+
-+
- --- misc/STLport-4.5/stlport/stl/c_locale.h 2001-05-31 05:24:41.000000000 +0200
- +++ misc/build/STLport-4.5/stlport/stl/c_locale.h 2008-07-18 14:14:05.000000000 +0200
- @@ -167,6 +167,18 @@
---
-1.7.0.1
-