comparison libinterp/corefcn/pt-jit.cc @ 18600:67445219aee2 draft

-Werror at JIT related files
author LYH <lyh.kernel@gmail.com>
date Fri, 21 Mar 2014 14:59:39 -0400
parents 61331c790982
children fa53284d4511
comparison
equal deleted inserted replaced
18599:256e16c9edb5 18600: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.
2560 #else 2562 #else
2561 warning ("jit_enable: JIT compiling not available in this version of Octave"); 2563 warning ("jit_enable: JIT compiling not available in this version of Octave");
2562 return octave_value (); 2564 return octave_value ();
2563 #endif 2565 #endif
2564 } 2566 }
2567
2568 #pragma GCC diagnostic pop