Skip to content

Commit

Permalink
Clean gdaldrivermanager.cpp.
Browse files Browse the repository at this point in the history
- Add cpl_port include
- Add a C++11 mutex lock_guard to GDALDestroyDriverManager when using C++11
    Experiment with C++11 mutexes
- Initialize vars
- Convert commented out CPLDebug into a DEBUG_VERBOSE conditional
- C casts -> C++ casts
- Remove extra parens
- Add const to local vars
- iFoo++ -> ++iFoo; iFoo-- -> --iFoo
- /* */ -> for non-block comments
- Formatting
- Drop cast to void * types


git-svn-id: https://svn.osgeo.org/gdal/trunk@34185 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
schwehr committed May 6, 2016
1 parent e76fed2 commit a9b947d
Showing 1 changed file with 104 additions and 73 deletions.

0 comments on commit a9b947d

Please sign in to comment.