Re: [PATCH v2] Makefile: detect compiler and enable more warnings in DEVELOPER=1
From: Junio C Hamano <hidden> Date: 2018-03-27 16:52:49
Duy Nguyen [off-list ref] writes:
On Tue, Mar 27, 2018 at 12:02 AM, Junio C Hamano [off-list ref] wrote:
quoted
- connect.c -Werror=implicit-fallthough around die_initial_contact().
This I did not expect. But I just looked again and I had this option
explicitly turned off in config.mak! gcc-6.4 and gcc-4.9 do not
complain about this. gcc-7.3 does. What's your compiler/version?