diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-09 21:22:12 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-09 21:22:12 +0200 |
commit | d78b9f2688239e199faab57fd5c93054c729b097 (patch) | |
tree | 178410fd68da10563b08727485a6473dd3ce397f /migration | |
parent | 253226c911ffb89c8e94bac0daf95f4a4160a2ae (diff) |
migration: fix -pedantic
Diffstat (limited to 'migration')
-rw-r--r-- | migration/migration.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/migration.hpp b/migration/migration.hpp index 6e95cca3..02a42803 100644 --- a/migration/migration.hpp +++ b/migration/migration.hpp @@ -41,7 +41,7 @@ namespace detail { # error "oops, need __COUNTER__ extension for preprocessor" #endif -#define OPENTRACK_MIGRATION(type) static ::migrations::detail::registrator<type> opentrack_migration_registrator__ ## __COUNTER__ ## _gensym; +#define OPENTRACK_MIGRATION(type) static ::migrations::detail::registrator<type> opentrack_migration_registrator__ ## __COUNTER__ ## _gensym #ifdef Q_CREATOR_RUN # pragma clang diagnostic ignored "-Wweak-vtables" |