1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix repl tests; change asm syntax a bit

This commit is contained in:
Alexander Medvednikov
2019-11-18 04:53:46 +03:00
parent f7c7ffecb3
commit 4c0269597d
5 changed files with 11 additions and 15 deletions

View File

@@ -82,7 +82,7 @@ fn (v mut V) cc() {
// TODO : try and remove the below workaround options when the corresponding
// warnings are totally fixed/removed
'-Wno-unused-variable',
'-Wno-unused-but-set-variable',
//'-Wno-unused-but-set-variable',
'-Wno-unused-parameter',
'-Wno-unused-result',
'-Wno-missing-braces',