diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-29 23:13:36 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-30 21:12:51 -0400 |
| commit | bd79986dccb136271800a08ee2548f77c435a863 (patch) | |
| tree | 9ab470c022c1e1c78e1e3d7c34425038d7eaf057 /src/pj_gauss.c | |
| parent | bc68930723d48f2669d6bd9ebe176614e9dd893d (diff) | |
| download | PROJ-bd79986dccb136271800a08ee2548f77c435a863.tar.gz PROJ-bd79986dccb136271800a08ee2548f77c435a863.zip | |
Fix unused function argument warnings.
Diffstat (limited to 'src/pj_gauss.c')
| -rw-r--r-- | src/pj_gauss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_gauss.c b/src/pj_gauss.c index c852c097..d9051943 100644 --- a/src/pj_gauss.c +++ b/src/pj_gauss.c @@ -66,6 +66,7 @@ pj_gauss_ini(double e, double phi0, double *chi, double *rc) { LP pj_gauss(projCtx ctx, LP elp, const void *en) { LP slp; + (void) ctx; slp.phi = 2. * atan( EN->K * pow(tan(.5 * elp.phi + FORTPI), EN->C) * |
