blob: 0ed02bc793bd1e73aa0f7cd91d302ea57078a47f [file] [log] [blame]
Duncan P. N. Exon Smith900f8172017-04-12 03:58:58 +00001#ifdef USE_PRAGMA
2#pragma clang diagnostic push
3#pragma clang diagnostic warning "-Wshorten-64-to-32"
4#endif
5template <class T> int convert(T V) { return V; }
6#ifdef USE_PRAGMA
7#pragma clang diagnostic pop
8#endif