From 7fd984fcb532be01f68cddc194c09a7ca10c1ea6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 24 Jun 2015 20:13:37 +0200 Subject: Add __extension__ mark to include_next to silence -pedantic Signed-off-by: Steven Barth --- include/wchar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wchar.h') diff --git a/include/wchar.h b/include/wchar.h index 6fa86f2..0d4abfa 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -16,7 +16,9 @@ #ifndef _FORTIFY_WCHAR_H #define _FORTIFY_WCHAR_H +__extension__ #include_next +__extension__ #include_next #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 -- cgit v1.3