comparison libinterp/corefcn/jit-util.h @ 18600:67445219aee2 draft

-Werror at JIT related files
author LYH <lyh.kernel@gmail.com>
date Fri, 21 Mar 2014 14:59:39 -0400
parents 175b392e91fe
children
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.
205 return fname (JIT_PARAMS the_args); \ 207 return fname (JIT_PARAMS the_args); \
206 } 208 }
207 209
208 #endif 210 #endif
209 #endif 211 #endif
212
213 #pragma GCC diagnostic pop