comparison libinterp/corefcn/jit-ir.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.
1431 1433
1432 #undef JIT_VALUE_ACCEPT 1434 #undef JIT_VALUE_ACCEPT
1433 1435
1434 #endif 1436 #endif
1435 #endif 1437 #endif
1438
1439 #pragma GCC diagnostic pop