mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:03:02 +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\"'",
|
"-DPACKAGE_DATADIR='\"data\"'",
|
||||||
"-DPYTHON",
|
"-DPYTHON",
|
||||||
"-DVIDEO",
|
"-DVIDEO",
|
||||||
|
"-Wno-error=unused-result",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//c-toxcore",
|
"//c-toxcore",
|
||||||
|
Loading…
Reference in New Issue
Block a user