]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0155: warnings from MinGW compiler; tests fail without +float v8.2.0155
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Jan 2020 20:42:03 +0000 (21:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Jan 2020 20:42:03 +0000 (21:42 +0100)
commita5d5953d59730d9bf9c00a727c4aeb56f6ffc944
treec5bec5d9cd05b5f9772c98e1313c0594c5003df4
parent21b9e9773d64de40994f8762173bdd8befa6acf7
patch 8.2.0155: warnings from MinGW compiler; tests fail without +float

Problem:    Warnings from MinGW compiler. (John Marriott) Json test fails when
            building without +float feature.
Solution:   Init variables. Fix Json parsing. Skip a few tests that require
            the +float feature.
src/if_py_both.h
src/json.c
src/testdir/test_method.vim
src/version.c
src/vim9compile.c
src/vim9execute.c
src/vim9script.c