Re: ISO C forbids an empty translation unit again

2019-09-06 Thread Marco Bodrato
Ciao, Il Lun, 2 Settembre 2019 11:48 pm, Dennis Clarke ha scritto: > t-get_str.c +69:30: error: format specifies type 'void *' but the > argument has type 'const char *' [-Werror,-Wformat-pedantic] >printf (" want %p\n", want); >~~ ^~~~ >

Re: ISO C forbids an empty translation unit again

2019-09-05 Thread Dennis Clarke
On 9/3/19 1:08 AM, Marco Bodrato wrote: Ciao, Il Lun, 2 Settembre 2019 11:48 pm, Dennis Clarke ha scritto: This one pops up now and again if I go with LLVM/Clang on FreeBSD and with really strict CFLAGS. So in a few files I had to drop in a silly typedef. Adding silly lines in the code is

Re: ISO C forbids an empty translation unit again

2019-09-02 Thread Marco Bodrato
Ciao, Il Lun, 2 Settembre 2019 11:48 pm, Dennis Clarke ha scritto: > This one pops up now and again if I go with LLVM/Clang on FreeBSD and > with really strict CFLAGS. So in a few files I had to drop in a silly > typedef. Adding silly lines in the code is not a priority for this project :-D By