File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3131 name : ubuntu_deb_build
3232 path : build/packages/*.deb*
3333 build_package_osx :
34- runs-on : macos-10.15
34+ runs-on : macos-11
3535 steps :
3636 - uses : actions/checkout@v2
3737 with :
Original file line number Diff line number Diff line change 7373 - name : Test (release)
7474 run : cd build && ctest
7575 build_osx :
76- runs-on : macos-10.15
76+ runs-on : macos-11
7777 steps :
7878 - uses : actions/checkout@v2
7979 with :
Original file line number Diff line number Diff line change 1414 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1515 */
1616
17- #include < benchmark/benchmark.h>
18-
1917#include < base/string_utils.hpp>
18+ #include < base/warnings.hpp>
19+
20+ RIGEL_DISABLE_WARNINGS
21+ #include < benchmark/benchmark.h>
22+ RIGEL_RESTORE_WARNINGS
2023
2124
2225static void BMStringSplit (benchmark::State& state)
Original file line number Diff line number Diff line change 6060 _Pragma(" clang diagnostic ignored \" -Wgnu-anonymous-struct\" " ) \
6161 _Pragma(" clang diagnostic ignored \" -Wnested-anon-types\" " ) \
6262 _Pragma(" clang diagnostic ignored \" -Wextra-semi-stmt\" " ) \
63+ _Pragma(" clang diagnostic ignored \" -Wsuggest-override\" " ) \
6364 /* */
6465
6566 #define RIGEL_RESTORE_WARNINGS _Pragma (" clang diagnostic pop" )
You can’t perform that action at this time.
0 commit comments