techee / geany-lsp

LSP plugin for the Geany editor
GNU General Public License v2.0
11 stars 1 forks source link

Build Warning #25

Closed elextr closed 9 months ago

elextr commented 9 months ago

Its hard to see buried in @b4n's elements warnings, so in case you missed it.

[187/234] Compiling C object 'plugins/...lsp@sha/lsp_json-glib_json-parser.c.o'
../plugins/lsp/json-glib/json-parser.c: In function ‘json_parser_load’:
../plugins/lsp/json-glib/json-parser.c:1013:17: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 1013 |   gchar *data = input_data;
      |                 ^~~~~~~~~~
techee commented 9 months ago

Yeah, I left it as a reminder to report it upstream, done now

https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/61

and fixed in the plugin too.