Open yurivict opened 5 years ago
This line https://github.com/yurivict/gas-simulator/blob/master/main.cpp#L459 causes this wrong message:
main.cpp:531:10: warning: Value stored to '[theta, phi]' during its initialization is never read auto [theta,phi] = sphereAngles(); ^ ~~~~~~
Both variables are obviously used there.
clang-70 on FreeBSD 11.2.
It similarly complains about this line: https://github.com/yurivict/gas-simulator/blob/master/main.cpp#L508
assigned to @devincoughlin
Extended Description
This line https://github.com/yurivict/gas-simulator/blob/master/main.cpp#L459 causes this wrong message:
Both variables are obviously used there.
clang-70 on FreeBSD 11.2.