Merge branch 'bb/pedantic'
commit00da9b2091ef8d1955fa2f021b8ba111ce6a5fed
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2018 21:50:47 +0000 (24 14:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2018 21:50:47 +0000 (24 14:50 -0700)
tree6f06221912c327a5e92ccee1c8ecd0b3bfdd8459
parent26a46437ecfd8ca9ae6c6f59e4905ef301d5a56f
parent2b647a05d7223beacba076e45b3920a8621d28e7
Merge branch 'bb/pedantic'

The codebase has been updated to compile cleanly with -pedantic
option.

* bb/pedantic:
  utf8.c: avoid char overflow
  string-list.c: avoid conversion from void * to function pointer
  sequencer.c: avoid empty statements at top level
  convert.c: replace "\e" escapes with "\033".
  fixup! refs/refs-internal.h: avoid forward declaration of an enum
  refs/refs-internal.h: avoid forward declaration of an enum
  fixup! connect.h: avoid forward declaration of an enum
  connect.h: avoid forward declaration of an enum
convert.c
path.h
sequencer.c