mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Disable compiler warning on unused result
This commit is contained in:
parent
9d00cd3492
commit
8f33cff6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ if host_machine.system() == 'darwin'
|
|||
tio_dep += [iokit_dep, corefoundation_dep]
|
||||
endif
|
||||
|
||||
tio_c_args = ['-Wshadow']
|
||||
tio_c_args = ['-Wshadow','-Wno-unused-result']
|
||||
|
||||
if enable_setspeed2
|
||||
tio_c_args += '-DHAVE_TERMIOS2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue