aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_cc.c')
-rw-r--r--src/PJ_cc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PJ_cc.c b/src/PJ_cc.c
index be1191b6..0f573929 100644
--- a/src/PJ_cc.c
+++ b/src/PJ_cc.c
@@ -11,6 +11,7 @@ FORWARD(s_forward); /* spheroid */
return (xy);
}
INVERSE(s_inverse); /* spheroid */
+ (void) P;
lp.phi = atan(xy.y);
lp.lam = xy.x;
return (lp);