You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "error return macros" defined in projects.h are mostly unnecessary and makes the code harder to read.
They are used all in all 157 times all over the code base. I suggest to eliminate them (this is seconded by @kbevers in comments to pull request #431 )
Expanded *_ERROR* macros with calls to proj_errno_set() and proper
returns when necessary. Defined a bunch of new PJD_ERR_ constants in
projects.h that corresponds to the error numbers in pj_strerrno.c. A few
unknown error numbers were replaced by existing ones in pj_strerrno.c.
FixesOSGeo#432.
The "error return macros" defined in projects.h are mostly unnecessary and makes the code harder to read.
They are used all in all 157 times all over the code base. I suggest to eliminate them (this is seconded by @kbevers in comments to pull request #431 )
The text was updated successfully, but these errors were encountered: