aboutsummaryrefslogtreecommitdiff
path: root/src/internal.cpp
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2019-02-27 05:58:12 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2019-02-27 05:58:12 -0500
commite1e52f28fa0f7fd14fe7dfd23aea2dbf65cda11e (patch)
treef4c1fe555fb1bdafea19fd31c656c25145328a3d /src/internal.cpp
parentf78661f84d8c0d7912b31a1b19c2a0cd4f85d061 (diff)
downloadPROJ-e1e52f28fa0f7fd14fe7dfd23aea2dbf65cda11e.tar.gz
PROJ-e1e52f28fa0f7fd14fe7dfd23aea2dbf65cda11e.zip
Fix null dereference warning.
Counter-intuitively, this means removing checks for nullptr. The compiler sees these checks and thinks the one remaining dereference is missing a check. However, since pj_get_default_ctx cannot return nullptr, these tests are redundant.
Diffstat (limited to 'src/internal.cpp')
0 files changed, 0 insertions, 0 deletions