]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Merge branch 'nd/warn-more-for-devs'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 May 2018 06:59:21 +0000 (15:59 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 May 2018 06:59:21 +0000 (15:59 +0900)
commite998e7a1880ce3939aa6f7ad4244ad319c1655d1
treef08c5acfe18500ae3b667843b1ce4ee21504ca00
parent174774cd519846616edc475fcbc98237409ffc21
parent26d2e4fb227c1415011a136fa9bb881ee338118a
Merge branch 'nd/warn-more-for-devs'

The build procedure "make DEVELOPER=YesPlease" learned to enable a
bit more warning options depending on the compiler used to help
developers more.  There also is "make DEVOPTS=tokens" knob
available now, for those who want to help fixing warnings we
usually ignore, for example.

* nd/warn-more-for-devs:
  Makefile: add a DEVOPTS to get all of -Wextra
  Makefile: add a DEVOPTS to suppress -Werror under DEVELOPER
  Makefile: detect compiler and enable more warnings in DEVELOPER=1
  connect.c: mark die_initial_contact() NORETURN
Makefile
connect.c