Changeset 800 for trunk/lib


Ignore:
Timestamp:
Jul 3, 2009, 4:55:59 PM (14 years ago)
Author:
Peter Johansson
Message:

fixes #370 - turn off warnings from SVN_DEPRECATED

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/SVN.h

    r693 r800  
    2424  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2525*/
     26
     27// Turning off warnings from using deprecated function, i.e., we are
     28// using subversion 1.4
     29#ifndef SVN_DEPRECATED
     30#define SVN_DEPRECATED
     31#endif
     32
    2633
    2734#include <map>
Note: See TracChangeset for help on using the changeset viewer.