Snippets for libnova 0.16 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/v8nhvyr6fs3ijvcwvs9ppnxalwxw25pj-libnova-0.16.drv.
-
dynamical_time.c:124:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 124 | if (i > (TERMS - 2)) | ^~ -
lunar.c:190:21: warning: 'peri' defined but not used [-Wunused-const-variable=] 190 | static const double peri[5] = | ^~~~ -
lunar.c:181:21: warning: 'earth' defined but not used [-Wunused-const-variable=] 181 | static const double earth[5] = | ^~~~~ -
lunar.c:172:21: warning: 'W3' defined but not used [-Wunused-const-variable=] 172 | static const double W3[5] = | ^~ -
lunar.c:163:21: warning: 'W2' defined but not used [-Wunused-const-variable=] 163 | static const double W2[5] = | ^~ -
utility.c:238:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 238 | if (angle >= 0.0 && angle < 360.0) | ^~ -
utility.c:253:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 253 | if (angle >= 0.0 && angle < (2.0 * M_PI)) | ^~ -
utility.c:270:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 270 | if (angle > (-2.0 * M_PI) && angle < (2.0 * M_PI)) | ^~