comparison libinterp/corefcn/jit-ir.cc @ 18701:67445219aee2 draft

-Werror at JIT related files
author LYH <lyh.kernel@gmail.com>
date Fri, 21 Mar 2014 14:59:39 -0400
parents d63878346099
children
comparison
equal deleted inserted replaced
18700:256e16c9edb5 18701:67445219aee2
1 #pragma GCC diagnostic push
2 #pragma GCC diagnostic error "-Werror"
1 /* 3 /*
2 4
3 Copyright (C) 2012-2013 Max Brister 5 Copyright (C) 2012-2013 Max Brister
4 6
5 This file is part of Octave. 7 This file is part of Octave.
841 const context& ctx = resolve_context (); 843 const context& ctx = resolve_context ();
842 return jit_typeinfo::end (ctx.value, ctx.index, ctx.count); 844 return jit_typeinfo::end (ctx.value, ctx.index, ctx.count);
843 } 845 }
844 846
845 #endif 847 #endif
848
849 #pragma GCC diagnostic pop