equinor / segyio

Fast Python library for SEGY files.
Other
476 stars 214 forks source link

warning fix request #436

Closed pythonmobile closed 4 years ago

pythonmobile commented 4 years ago

Warnings in segyio-catr.c

segyio-catr.c: In function ‘options parse_options(int, char**)’:
segyio-catr.c:587:12: warning: jump to case label [-fpermissive]
            default: opts.help = 1; opts.errmsg = ""; return opts;
            ^~~~~~~
segyio-catr.c:531:24: note:   crosses initialization of ‘range* r’
                 range* r = opts.r + opts.rsize;

Can someone please fix these? Thanks.