1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 15:57:45 +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
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -13,6 +13,7 @@ cc_binary(
"-DPACKAGE_DATADIR='\"data\"'",
"-DPYTHON",
"-DVIDEO",
"-Wno-error=unused-result",
],
deps = [
"//c-toxcore",