Avoid warnings with -pedantic, specifically:
[oweals/openssl.git] / crypto / engine / eng_table.c
index e0709bef3643a936b39a67ab0ea9b1c7f3ecc1a0..954b4d79702c6ddb8ee47b906c4b0cef96cc9745 100644 (file)
@@ -157,7 +157,7 @@ int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
                                goto end;
                                }
                        fnd->funct = NULL;
-                       lh_ENGINE_PILE_insert(&(*table)->piles, fnd);
+                       (void)lh_ENGINE_PILE_insert(&(*table)->piles, fnd);
                        }
                /* A registration shouldn't add duplciate entries */
                (void)sk_ENGINE_delete_ptr(fnd->sk, e);