Mercurial > hg > octave-nkf
changeset 18701:67445219aee2 draft
-Werror at JIT related files
author | LYH <lyh.kernel@gmail.com> |
---|---|
date | Fri, 21 Mar 2014 14:59:39 -0400 |
parents | 256e16c9edb5 |
children | fa53284d4511 |
files | libinterp/corefcn/jit-ir.cc libinterp/corefcn/jit-ir.h libinterp/corefcn/jit-typeinfo.h libinterp/corefcn/jit-util.cc libinterp/corefcn/jit-util.h libinterp/corefcn/pt-jit.cc libinterp/corefcn/pt-jit.h libinterp/template-inst/Array-jit.cc |
diffstat | 8 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libinterp/corefcn/jit-ir.cc +++ b/libinterp/corefcn/jit-ir.cc @@ -1,3 +1,5 @@ +#pragma GCC diagnostic push +#pragma GCC diagnostic error "-Werror" /* Copyright (C) 2012-2013 Max Brister @@ -843,3 +845,5 @@ } #endif + +#pragma GCC diagnostic pop
--- a/libinterp/corefcn/jit-ir.h +++ b/libinterp/corefcn/jit-ir.h @@ -1,3 +1,5 @@ +#pragma GCC diagnostic push +#pragma GCC diagnostic error "-Werror" /* Copyright (C) 2012-2013 Max Brister @@ -1433,3 +1435,5 @@ #endif #endif + +#pragma GCC diagnostic pop
--- a/libinterp/corefcn/jit-typeinfo.h +++ b/libinterp/corefcn/jit-typeinfo.h @@ -1,3 +1,5 @@ +#pragma GCC diagnostic push +#pragma GCC diagnostic error "-Werror" /* Copyright (C) 2012-2013 Max Brister @@ -858,3 +860,5 @@ #endif #endif + +#pragma GCC diagnostic pop
--- a/libinterp/corefcn/jit-util.cc +++ b/libinterp/corefcn/jit-util.cc @@ -1,3 +1,5 @@ +#pragma GCC diagnostic push +#pragma GCC diagnostic error "-Werror" /* Copyright (C) 2012-2013 Max Brister @@ -49,3 +51,5 @@ } #endif + +#pragma GCC diagnostic pop
--- a/libinterp/corefcn/jit-util.h +++ b/libinterp/corefcn/jit-util.h @@ -1,3 +1,5 @@ +#pragma GCC diagnostic push +#pragma GCC diagnostic error "-Werror" /* Copyright (C) 2012-2013 Max Brister @@ -207,3 +209,5 @@ #endif #endif + +#pragma GCC diagnostic pop
--- a/libinterp/corefcn/pt-jit.cc +++ b/libinterp/corefcn/pt-jit.cc @@ -1,3 +1,5 @@ +#pragma GCC diagnostic push +#pragma GCC diagnostic error "-Werror" /* Copyright (C) 2012-2013 Max Brister @@ -2562,3 +2564,5 @@ return octave_value (); #endif } + +#pragma GCC diagnostic pop