1
1
Jeff Squyres 00c878957c mca_base_var.c: add debug check for another programming error
Coverity alerted us to the fact that there are places where
the synonym_for param is hard-coded to -1 when calling
register_variable().  It would be a coding error if synonym_for==-1
and (flags & MCA_BASE_VAR_FLAG_SYNONYM)>0, so let's add that to the
debug-only check at the top of the function.

This was CID 993717.
2015-02-12 10:24:02 -08:00
..
2015-02-12 10:24:01 -08:00
2015-02-05 11:41:00 -08:00
2015-02-11 15:14:55 -08:00
2012-09-11 20:47:24 +00:00