Resolve some cppcheck errors & warnings

This commit is contained in:
Andrew Johnson
2016-12-07 13:53:26 -06:00
parent 7fe152ce1b
commit 94397b52fc
18 changed files with 299 additions and 297 deletions
@@ -109,6 +109,7 @@ int main(int argc,char **argv)
pmynode[npv] = callocMustSucceed(1, sizeof(MYNODE), "caMonitor");
npv++;
}
fclose(fp);
SEVCHK(ca_context_create(ca_disable_preemptive_callback),"ca_context_create");
SEVCHK(ca_add_exception_event(exceptionCallback,NULL),
"ca_add_exception_event");