ignore_warning_unused_function.h

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