X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fext%2Fvapi_c_test.c;fp=test%2Fext%2Fvapi_c_test.c;h=efa6a735611c37087240fa7feab6efbf0890d6d8;hb=11fb09e38ffcbadc2629361377413f3ce12ec4da;hp=0247933f6054327c6a3bb1fce4178c2ed5278aee;hpb=586462fabcc913a5a4fa9115d4b5caf33dfdb347;p=vpp.git diff --git a/test/ext/vapi_c_test.c b/test/ext/vapi_c_test.c index 0247933f605..efa6a735611 100644 --- a/test/ext/vapi_c_test.c +++ b/test/ext/vapi_c_test.c @@ -414,8 +414,8 @@ START_TEST (test_show_version_1) size_t size; rv = vapi_recv (ctx, (void *) &resp, &size, 0, 0); ck_assert_int_eq (VAPI_OK, rv); - int dummy; - show_version_cb (NULL, &dummy, VAPI_OK, true, &resp->payload); + int placeholder; + show_version_cb (NULL, &placeholder, VAPI_OK, true, &resp->payload); vapi_msg_free (ctx, resp); }