mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 05:33:03 +01:00
Ignore warning about unused result.
These should be fixed, but for now we leave it as warning, not error.
This commit is contained in:
parent
4557614443
commit
2be4847b53
@ -13,6 +13,7 @@ cc_binary(
|
||||
"-DPACKAGE_DATADIR='\"data\"'",
|
||||
"-DPYTHON",
|
||||
"-DVIDEO",
|
||||
"-Wno-error=unused-result",
|
||||
],
|
||||
deps = [
|
||||
"//c-toxcore",
|
||||
|
Loading…
Reference in New Issue
Block a user