Gtest-exc.c: In function 'a':
Gtest-exc.c:100:15: warning: value computed is not used [-Wunused-value]
---
 tests/Gtest-exc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Gtest-exc.c b/tests/Gtest-exc.c
index 44b837d..1170bdd 100644
--- a/tests/Gtest-exc.c
+++ b/tests/Gtest-exc.c
@@ -97,7 +97,7 @@ a (int n)
            n, &stack, (unsigned long) get_bsp ());
 
   if (n > 0)
-    a (n - 1) + 1;
+    a (n - 1);
   else
     b (16);
 
-- 
1.7.9.5


_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to