1
0
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:
iphydf
2018-09-06 13:45:56 +00:00
parent 4557614443
commit 2be4847b53

View File

@ -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",