This warning was generated when compiling x86-linux/, which uses clang
instead of gcc.
---
 software/libfpvm/fpvm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/software/libfpvm/fpvm.c b/software/libfpvm/fpvm.c
index 8295818..2940435 100644
--- a/software/libfpvm/fpvm.c
+++ b/software/libfpvm/fpvm.c
@@ -389,7 +389,7 @@ static int compile(struct fpvm_fragment *fragment, int reg, 
struct ast_node *nod
                 */
                opa = COMPILE(FPVM_INVALID_REG, node->contents.branches.b);
                opb = COMPILE(FPVM_INVALID_REG, node->contents.branches.c);
-               COMPILE(FPVM_REG_IFB, node->contents.branches.a);
+               (void) COMPILE(FPVM_REG_IFB, node->contents.branches.a);
                break;
        case op_not:
                if(node->contents.branches.a->op == op_constant) {
-- 
1.7.1

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to