X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/85123d65e06f07e8e82dd5464e428816541a8902..5ce2cc84f1f1154453e9534505c394fbd2b89e05:/src/mc/compare.cpp diff --git a/src/mc/compare.cpp b/src/mc/compare.cpp index e2adf2dc52..2ad0a481aa 100644 --- a/src/mc/compare.cpp +++ b/src/mc/compare.cpp @@ -738,6 +738,10 @@ static int compare_heap_area_with_type(simgrid::mc::StateComparator& state, cons case DW_TAG_union_type: return not heap_area_equal_without_type(state, real_area1, real_area2, snapshot1, snapshot2, previous, type->byte_size, check_ignore); + + default: + XBT_VERB("Unknown case: %d", type->type); + break; } return 0; }