Add pragma for GCC
parent
c5d16fe1e2
commit
0dfe0f888e
|
|
@ -61,6 +61,9 @@ namespace
|
|||
{
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic ignored "-Wunused-function"
|
||||
#endif
|
||||
#if __GNUC__
|
||||
#pragma GCC diagnostic ignored "-Wunused-function"
|
||||
#endif
|
||||
void test_that_error_h_includes_enough_things_to_compile_a_message()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue