1
1
openmpi/contrib/coverity/coverity-model.c
Jeff Squyres 93104ca175 coverity: first cut at coverity scripts
This is a first cut at scripts to run the Coverity Scan tool and
upload the results (Coverity used to do this for us automatically; now
we need to do it ourselves).
2015-02-12 14:35:38 -08:00

4 строки
106 B
C

void opal_btl_usnic_util_abort(const char *msg, const char *file, int line) {
__coverity_panic__();
}