- 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
12 lines
349 B
Diff
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",
|