parse-options: add cast to correct pointer type to OPT_SET_PTR
commit9ff8ff310b71ab79ffb0ecaa004dec65cec31a45
authorJunio C Hamano <gitster@pobox.com>
Sun, 30 Mar 2014 02:01:54 +0000 (29 19:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 18:55:41 +0000 (31 11:55 -0700)
tree1f90c499ad876179db274fb4982fb51855de160f
parente25c070cb5c85ac3abe787373563a31c8893a669
parse-options: add cast to correct pointer type to OPT_SET_PTR

Do not force users of OPT_SET_PTR to cast pointer to correct
underlying pointer type by integrating cast into OPT_SET_PTR macro.

Cast is required to prevent 'initialization makes integer from pointer
without a cast' compiler warning.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options.h
test-parse-options.c