mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 15:06:36 +02: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:
@ -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",
|
||||||
|
Reference in New Issue
Block a user