geoclue2/geoclue2-Fix-duplicate-decl-specifier.patch
Martin Pluskal a09869ba5d Accepting request 605937 from home:iznogood:branches:Application:Geo
- Add geoclue2-Fix-safety-header-name.patch: public-api: Fix safety
  header name. It should be based on the filename.
- Add geoclue2-Fix-potentially-unused-variable.patch: locator: Fix
  a potentially unused variable declaration.
- Add geoclue2-Fix-duplicate-decl-specifier.patch:Fix compiler
  warning about duplicate decl specifier.

OBS-URL: https://build.opensuse.org/request/show/605937
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=71
2018-05-10 07:03:41 +00:00

12 lines
349 B
Diff

--- geoclue-2.4.10-orig/src/geocode-glib/geocode-forward.c 2018-04-25 23:29:08.000000000 +0200
+++ geoclue-2.4.10/src/geocode-glib/geocode-forward.c 2018-05-08 20:00:22.925838037 +0200
@@ -666,7 +666,7 @@
return FALSE;
}
-static const char const *attributes[] = {
+static const char * const attributes[] = {
"country",
"state",
"county",