Bram, did the message below fall off your radar? AFAICT the warning (in +eval builds) is still extant.
Best regards, Tony. On Sun, May 24, 2020 at 1:47 PM Tony Mechelynck <[email protected]> wrote: > > On Sun, May 24, 2020 at 1:11 PM Bram Moolenaar <[email protected]> wrote: > > > > > > Patch 8.2.0815 > > Problem: maparg() does not provide enough information for mapset(). > > Solution: Add "lhsraw" and "lhsrawalt" items. Drop "simplified" > > Files: src/map.c, runtime/doc/eval.txt, src/testdir/test_maparg.vim > > This gives me a warning in Big, Normal and Huge builds, as follows: > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread > -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 > -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 > -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 > -I/usr/include/gio-unix-2.0 -I/usr/include/libxkbcommon > -I/usr/include/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 > -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 > -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 > -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 > -o objects/map.o map.c > map.c: In function ‘get_maparg’: > map.c:2258:6: warning: ‘mp_simplified’ may be used uninitialized in > this function [-Wmaybe-uninitialized] > dict_add_string(dict, "lhsrawalt", mp_simplified->m_keys); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > Berst regards, > Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAJkCKXuqE49BOh4QUpxvpfFWhj4XYfPkZ0Gf6o1pi2Cj4M3-cA%40mail.gmail.com.
