Files
Cyber Knight ce9362693c kconfig: nconf: Typecast const char *title to char *title
- This should fix the following warning:

../scripts/kconfig/nconf.c: In function ‘search_conf’:
../scripts/kconfig/nconf.c:794:51: warning: passing argument 3 of ‘show_scroll_win_ext’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  794 |                                 "Search Results", str_get(&res),
      |                                                   ^~~~~~~~~~~~~
In file included from ../scripts/kconfig/nconf.c:15:
../scripts/kconfig/nconf.h:96:71: note: expected ‘char *’ but argument is of type ‘const char *’
   96 | int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text,
      |                                                                 ~~~~~~^~~~

Change-Id: I61b19c1cfc53c1112ce3399b0d2ec85d30159a2b
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
2024-11-21 18:04:01 +01:00
..
2017-03-28 16:16:52 +02:00
2021-06-03 08:36:11 +02:00
2021-06-03 08:36:11 +02:00