summaryrefslogtreecommitdiff
path: root/debian/patches/90_gcc43.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/90_gcc43.diff')
-rw-r--r--debian/patches/90_gcc43.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/90_gcc43.diff b/debian/patches/90_gcc43.diff
deleted file mode 100644
index 71dbc14..0000000
--- a/debian/patches/90_gcc43.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/sql/drivers/ibase/qsql_ibase.cpp
-+++ b/src/sql/drivers/ibase/qsql_ibase.cpp
-@@ -467,7 +467,7 @@
- }
- /* char** ? seems like bad influence from oracle ... */
- template<>
--static QList<QVariant> toList<long>(char** buf, int count, long*)
-+QList<QVariant> toList<long>(char** buf, int count, long*)
- {
- QList<QVariant> res;
- for (int i = 0; i < count; ++i) {
-@@ -622,7 +622,7 @@
- }
-
- template<>
--static char* fillList<float>(char *buffer, const QList<QVariant> &list, float*)
-+char* fillList<float>(char *buffer, const QList<QVariant> &list, float*)
- {
- for (int i = 0; i < list.size(); ++i) {
- double val;