diff options
author | 2025-06-30 03:43:33 +0900 | |
---|---|---|
committer | 2025-07-26 15:31:29 +0900 | |
commit | d6f0b652d9b54af5a9cf3e926ecfba81c28e1fc4 (patch) | |
tree | 65de341dff807754498658540d48dd11c1a808fe /scripts/clang-tools/gen_compile_commands.py | |
parent | kconfig: gconf: replace GtkVbox with GtkBox (diff) | |
download | wireguard-linux-d6f0b652d9b54af5a9cf3e926ecfba81c28e1fc4.tar.xz wireguard-linux-d6f0b652d9b54af5a9cf3e926ecfba81c28e1fc4.zip |
kconfig: gconf: replace GdkColor with GdkRGBA
GdkColor is deprecated with GTK 3.14. [1]
Use GdkRGBA instead.
This fixes warnings such as:
scripts/kconfig/gconf.c: In function ‘set_node’:
scripts/kconfig/gconf.c:138:9: warning: ‘gdk_color_parse’ is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations]
138 | gdk_color_parse(menu_is_visible(menu) ? "Black" : "DarkGray", &color);
| ^~~~~~~~~~~~~~~
[1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/3.14.0/gdk/deprecated/gdkcolor.h#L52
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions