Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around false-positive warning with g++ 8
skyaware978_main.cc: In function ‘int realmain(int, char**)’: skyaware978_main.cc:106:48: error: ‘*((void*)(& location)+8).std::pair<double, double>::second’ may be used uninitialized in this function [-Werror=maybe-uninitialized] boost::optional<std::pair<double, double>> location = boost::none; Fixes flightaware#2
- Loading branch information