Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30208 Details for
Bug 49234
libgda-1.0.3 fails to compile with gcc 3.4.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix compilation error
libgda-1.0.3-gcc34.patch (text/plain), 1.22 KB, created by
Robert Moss (RETIRED)
on 2004-04-27 20:46:56 UTC
(
hide
)
Description:
Patch to fix compilation error
Filename:
MIME Type:
Creator:
Robert Moss (RETIRED)
Created:
2004-04-27 20:46:56 UTC
Size:
1.22 KB
patch
obsolete
>--- libgda/gda-util.c.old 2004-04-23 23:52:45.551679376 +0100 >+++ libgda/gda-util.c 2004-04-23 23:52:57.802816920 +0100 >@@ -60,7 +60,7 @@ > case GDA_VALUE_TYPE_TIME : return "time"; > case GDA_VALUE_TYPE_TIMESTAMP : return "timestamp"; > case GDA_VALUE_TYPE_TINYINT : return "tinyint"; >- default: >+ default:; > } > > return "string"; >--- providers/mysql/gda-mysql-provider.c.old 2004-04-23 23:58:38.477026568 +0100 >+++ providers/mysql/gda-mysql-provider.c 2004-04-23 23:59:38.652878448 +0100 >@@ -510,7 +510,7 @@ > > g_free (str); > break; >- default: >+ default:; > } > > return reclist; >@@ -655,7 +655,7 @@ > case GDA_CONNECTION_FEATURE_SQL : > case GDA_CONNECTION_FEATURE_TRANSACTIONS : > return TRUE; >- default : >+ default :; > } > > return FALSE; >@@ -1187,7 +1187,7 @@ > return get_mysql_tables (cnc, params); > case GDA_CONNECTION_SCHEMA_TYPES : > return get_mysql_types (cnc, params); >- default : >+ default:; > } > > return NULL; >--- providers/xml/gda-xml-provider.c.old 2004-04-24 00:01:20.860340552 +0100 >+++ providers/xml/gda-xml-provider.c 2004-04-24 00:01:33.836367896 +0100 >@@ -681,7 +681,7 @@ > return get_tables (cnc, xmldb); > case GDA_CONNECTION_SCHEMA_TYPES : > return get_types (cnc); >- default : >+ default:; > } > > return NULL;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49234
:
30208
|
30289