diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-17 15:14:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-17 15:14:51 +0000 |
commit | a54356cb1a0712f42c9c79ddae9ef2bdd2071646 (patch) | |
tree | ae0c66ed83f3fb3311af534a79aced3a4ddca304 /databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c | |
parent | Remove all trailing whitespace. (diff) |
Fix build with GCC 3.4.
Reported by: pointyhat via kris
Obtained from: libgda CVS
Diffstat (limited to 'databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c')
-rw-r--r-- | databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c b/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c new file mode 100644 index 000000000000..a56a2df2a1a0 --- /dev/null +++ b/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c @@ -0,0 +1,20 @@ +--- providers/mdb/gda-mdb-provider.c.orig Sat Jul 17 11:05:48 2004 ++++ providers/mdb/gda-mdb-provider.c Sat Jul 17 11:06:12 2004 +@@ -389,7 +389,7 @@ + g_strfreev (arr); + } + break; +- default : ++ default : ; + } + + return reclist; +@@ -438,7 +438,7 @@ + case GDA_CONNECTION_FEATURE_PROCEDURES : + case GDA_CONNECTION_FEATURE_SQL : + return TRUE; +- default : ++ default : ; + } + + return FALSE; |