libqi-api  2.1.4.13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
warn_pop_ignore_deprecated.hpp
Go to the documentation of this file.
1 /*
2 ** Copyright (C) 2012 Aldebaran Robotics
3 ** See COPYING for the license
4 */
5 
6 // clang and GCC
7 #if defined(__GNUC__)
8 # if defined(__clang__) || (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
9 # pragma GCC diagnostic pop
10 # endif
11 #elif defined(_MSC_VER)
12 # pragma warning(pop)
13 #endif