Files
kernel_realme_nemo/scripts
Cyber Knight ea2fc44ac8 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>
Signed-off-by: Wahid Khan <wahidzk0091@gmail.com>
2025-09-21 09:20:40 +00:00
..
2021-06-03 08:36:11 +02:00
2021-12-25 18:11:21 +05:30
2021-06-03 08:36:11 +02:00