Skip to content

Commit

Permalink
Remove -Werrors for apitest
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed May 3, 2017
1 parent 46273f9 commit c2f6fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests/runtests.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function executeTest(options, callback) {
'-Wl,-rpath,.',
'-pedantic', '-ansi', '-std=c99', '-Wall', '-Wdeclaration-after-statement', '-fstrict-aliasing', '-D__POSIX_C_SOURCE=200809L', '-D_GNU_SOURCE', '-D_XOPEN_SOURCE', '-Os', '-fomit-frame-pointer',
'-g', '-ggdb',
'-Werror',
//'-Werror', // Would be nice but GCC differences break tests too easily
//'-m32',
'runtests/api_testcase_main.c',
tempSource,
Expand Down

0 comments on commit c2f6fec

Please sign in to comment.