avoid -Wdeprecated and -Wreserved-id-macro warnings

This commit is contained in:
Dane Springmeyer 2016-03-09 16:11:17 -08:00
parent 609fab5ab1
commit 2eb24c970a

View file

@ -1,5 +1,5 @@
#ifndef __MAPNIK_BENCH_FRAMEWORK_HPP__ #ifndef MAPNIK_BENCH_FRAMEWORK_HPP
#define __MAPNIK_BENCH_FRAMEWORK_HPP__ #define MAPNIK_BENCH_FRAMEWORK_HPP
// mapnik // mapnik
#include <mapnik/debug.hpp> #include <mapnik/debug.hpp>
@ -52,7 +52,6 @@ public:
} }
virtual bool validate() const = 0; virtual bool validate() const = 0;
virtual bool operator()() const = 0; virtual bool operator()() const = 0;
virtual ~test_case() {}
}; };
// gathers --long-option values in 'params'; // gathers --long-option values in 'params';
@ -288,4 +287,4 @@ protected:
} }
#endif // __MAPNIK_BENCH_FRAMEWORK_HPP__ #endif // MAPNIK_BENCH_FRAMEWORK_HPP