]> git.refcnt.org Git - colorize.git/commitdiff
Omit declaration of optind/optarg
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)
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


No differences found