Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2018-10-04 22:11:41 +0300
committerBjörn Esser <besser82@fedoraproject.org>2019-01-07 13:28:18 +0300
commitea53d3cb7e2a3fe805942d37a96b503cc495f78c (patch)
tree6c259f7212acbb25fb7271d6b54354774dc0d995
parentb8cbc7383d1b37360d46d9dbb1722eca04796088 (diff)
Fix -Wduplicate-decl-specifier
-rw-r--r--patches/16-fix-duplicate-decl-specifier.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/16-fix-duplicate-decl-specifier.patch b/patches/16-fix-duplicate-decl-specifier.patch
new file mode 100644
index 0000000..d3a68e9
--- /dev/null
+++ b/patches/16-fix-duplicate-decl-specifier.patch
@@ -0,0 +1,13 @@
+Index: libpurple/protocols/facebook/http.c
+===================================================================
+--- a/libpurple/protocols/facebook/http.c
++++ b/libpurple/protocols/facebook/http.c
+@@ -381,7 +381,7 @@ fb_http_urlcmp(const gchar *url1, const
+ PurpleHttpURL *purl1;
+ PurpleHttpURL *purl2;
+
+- static const const gchar * (*funcs[]) (const PurpleHttpURL *url) = {
++ static const gchar * (*funcs[]) (const PurpleHttpURL *url) = {
+ /* Always first so it can be skipped */
+ purple_http_url_get_protocol,
+