]> git.refcnt.org Git - colorize.git/commit
Omit declaration of optind/optarg master
authorSteven Schubiger <stsc@refcnt.org>
Mon, 13 Jun 2022 20:15:59 +0000 (22:15 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Mon, 13 Jun 2022 20:15:59 +0000 (22:15 +0200)
commit86eee2131a7dc1d5893f1644e65bf35b18131350
tree753aaba729b2ee0e32fde65313b4a0d1060ffebe
parent66783f3f7b3eb4d0c3bfaf4d069e62bf1e4f5174
Omit declaration of optind/optarg

fixes: warning: ‘optind’ redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
fixes: warning: ‘optarg’ redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]

https://github.com/stsc/colorize/issues/1

Thanks Stephan Jauernick
colorize.c