On Sat, 2015-10-03 at 07:02 +0200, Torsten Bögershausen wrote:
On 29.09.15 00:01, David Turner wrote:
quoted
(Not sure if this is the right thread to report on)
In file included from builtin/commit.c:20:
./refs.h:695:16: warning: redefinition of typedef 'ref_transaction_free_fn' is a C11 feature
[-Wtypedef-redefinition]
typedef void (*ref_transaction_free_fn)(struct ref_transaction *transaction);
^
Fixed, thanks.
What compiler flag did you turn on to see that warning?