Revert "silence some -Wuninitialized false positives"
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 4 May 2014 06:03:58 +0000 (01:03 -0500)
committerFelipe Contreras <felipe.contreras@gmail.com>
Thu, 19 May 2016 00:01:51 +0000 (19:01 -0500)
commit72fe7f562b942c900e2ef138c473d8f1e177e283
tree05602ef1d01c6f2508234c4b3d3a6b155d1c52bc
parent6fd04bd9512c2ce6252401123a8b7489c2e8d411
Revert "silence some -Wuninitialized false positives"

In recent versions of gcc (4.9.0), we get a few of these:

  notes.c: In function ‘notes_display_config’:
  notes.c:970:28: warning: right-hand operand of comma expression has no effect [-Wunused-value]
      config_error_nonbool(k);
                            ^
Previous commit explains the reason.

This reverts commit a469a1019352b8efc4bd7003b0bd59eb60fc428c.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Conflicts:
cache.h
parse-options.h
cache.h
config.c
parse-options.c
parse-options.h