Re: Compiler warning in userfunc.c

2020-04-23 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > I am seeing the following compiler warning in userfunc.c: > > userfunc.c: In function ‘ex_function’: > userfunc.c:2612:3: warning: ‘%s’ directive argument is null > [-Wformat-overflow=] > 2612 | semsg(_("E1056: expected

Compiler warning in userfunc.c

2020-04-23 Fir de Conversatie Yegappan Lakshmanan
Hi, I am seeing the following compiler warning in userfunc.c: userfunc.c: In function ‘ex_function’: userfunc.c:2612:3: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 2612 | semsg(_("E1056: expected a type: %s")

Re: Compiler warning in userfunc.c

2018-07-09 Fir de Conversatie Tony Mechelynck
On Mon, Jul 9, 2018 at 9:32 AM, Dominique Pellé wrote: > Axel Bender wrote: > >> Compiling gVim 8.1 (latest) on Windows 7 64-bit with MinGW gcc 7.30 64-bit I >> receive the following compiler warning in file userfunc.c: >> >> gcc -c -Iproto -DWIN32 -DWINVE

Re: Compiler warning in userfunc.c

2018-07-09 Fir de Conversatie Dominique Pellé
Axel Bender wrote: > Compiling gVim 8.1 (latest) on Windows 7 64-bit with MinGW gcc 7.30 64-bit I > receive the following compiler warning in file userfunc.c: > > gcc -c -Iproto -DWIN32 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -DHAVE_PATHDEF > -DFEAT_BIG -DHAVE_STDINT_H -DMS_WIN64

Compiler warning in userfunc.c

2018-07-09 Fir de Conversatie Axel Bender
Compiling gVim 8.1 (latest) on Windows 7 64-bit with MinGW gcc 7.30 64-bit I receive the following compiler warning in file userfunc.c: gcc -c -Iproto -DWIN32 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -DHAVE_PATHDEF -DFEAT_BIG -DHAVE_STDINT_H -DMS_WIN64 -DHAVE_GETTEXT -DHAVE_LOCALE_H