Duncan P. N. Exon Smith | 900f817 | 2017-04-12 03:58:58 +0000 | [diff] [blame] | 1 | #ifdef USE_PRAGMA |
2 | #pragma clang diagnostic push | ||||
3 | #pragma clang diagnostic warning "-Wshorten-64-to-32" | ||||
4 | #endif | ||||
5 | template <class T> int convert(T V) { return V; } | ||||
6 | #ifdef USE_PRAGMA | ||||
7 | #pragma clang diagnostic pop | ||||
8 | #endif |