ignore_warning_local_typedef_gcc.h

Go to the documentation of this file.
1 #if defined(__clang__)
2 # pragma clang diagnostic ignored "-Wunused-local-typedef"
3 #endif
4 
5 #if defined(__GNUC__)
6 # pragma GCC diagnostic ignored "-Wunused-local-typedefs"
7 #endif
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich