mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-23 17:03:37 -04:00
The gcc-6 compiler in travis-ci has changed its behavior. It is warning that 'fmid' local variable in Search() may be used uninitialized. I believe it is safe but I'm adding an initialization to fmid to make the warning go away.