fukuyasu / long_number

Library for operating numbers with long fraction part
0 stars 0 forks source link

warning: 'optind' redeclared without dllimport attribute #1

Closed fukuyasu closed 7 years ago

fukuyasu commented 7 years ago

cygwinでコンパイルすると、以下のwarningが示される。

gcc -c -o pi.o pi.c
pi.c: In function 'parse_options':
pi.c:156:16: warning: 'optind' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
     extern int optind;
                ^
fukuyasu commented 7 years ago

2 で修正。