Optimize coverage generating

This commit is contained in:
2015-11-30 16:36:02 +01:00
parent e44480cb21
commit 61de67efa4
2 changed files with 7 additions and 2 deletions

View File

@@ -488,10 +488,13 @@ gswe_timestamp_set_property(GObject *object,
break;
/* LCOV_EXCL_START Unless a property ID is missing from above,
* we will never arrive here */
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
break;
/* LCOV_EXCL_STOP */
}
}
@@ -585,10 +588,13 @@ gswe_timestamp_get_property(
break;
/* LCOV_EXCL_START Unless a property ID is missing from above,
* we will never arrive here */
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
break;
/* LCOV_EXCL_STOP */
}
}