diff options
author | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2013-07-02 12:52:34 +0000 |
---|---|---|
committer | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2013-07-02 12:52:34 +0000 |
commit | cf9eb1c0ce1007a4ecfe9e4281ffe37cabc5a056 (patch) | |
tree | 7e2bce0e48d0db414d630bd560252e17fe7784c6 /fixincludes/tests/base | |
parent | c4e87a1393f9829ca9cbd2066501a0bce5f0be38 (diff) | |
download | gcc-cf9eb1c0ce1007a4ecfe9e4281ffe37cabc5a056.zip gcc-cf9eb1c0ce1007a4ecfe9e4281ffe37cabc5a056.tar.gz gcc-cf9eb1c0ce1007a4ecfe9e4281ffe37cabc5a056.tar.bz2 |
Added missed file from previous fixincludes commit.
fixincludes/tests/base/linux/compiler.h: New.
From-SVN: r200603
Diffstat (limited to 'fixincludes/tests/base')
-rw-r--r-- | fixincludes/tests/base/linux/compiler.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fixincludes/tests/base/linux/compiler.h b/fixincludes/tests/base/linux/compiler.h new file mode 100644 index 0000000..7135276 --- /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 */ |