2
0
mirror of https://github.com/boostorg/yap.git synced 2026-02-01 09:02:15 +00:00

Add -Wall; fix warnings.

This commit is contained in:
Zach Laine
2016-11-18 18:58:57 -06:00
parent de4086622e
commit e8eae00afe
14 changed files with 120 additions and 50 deletions

View File

@@ -169,5 +169,8 @@ int main ()
user::number result_1 = eval_as_proto_expr(expr);
user::number result_2 = eval_as_cpp_expr(a, x, y);
(void)result_1;
(void)result_2;
return 0;
}