From cf9eb1c0ce1007a4ecfe9e4281ffe37cabc5a056 Mon Sep 17 00:00:00 2001 From: Kirill Yukhin Date: Tue, 2 Jul 2013 12:52:34 +0000 Subject: [PATCH] Added missed file from previous fixincludes commit. fixincludes/tests/base/linux/compiler.h: New. From-SVN: r200603 --- fixincludes/tests/base/linux/compiler.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fixincludes/tests/base/linux/compiler.h diff --git a/fixincludes/tests/base/linux/compiler.h b/fixincludes/tests/base/linux/compiler.h new file mode 100644 index 00000000000..713527644bd --- /dev/null +++ b/fixincludes/tests/base/linux/compiler.h @@ -0,0 +1,14 @@ +/* DO NOT EDIT THIS FILE. + + It has been auto-edited by fixincludes from: + + "fixinc/tests/inc/linux/compiler.h" + + This had to be done to correct non-standard usages in the + original, manufacturer supplied header file. */ + + + +#if defined( COMPLIER_H_TRADCPP_CHECK ) +/* __builtin_warning(x, y...) is obsolete */ +#endif /* COMPLIER_H_TRADCPP_CHECK */