telephony: mark intentional fallthrough with a comment.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Nov 2014 12:05:05 +0000 (14:05 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:19 +0000 (18:37 +0200)
Change-Id: Ia89eb26d5984d36ef79ff9141b98c4edc2886163

src/plugins/telephony/telephony.c

index ba903f8..f2167b2 100644 (file)
@@ -181,6 +181,7 @@ void tel_watcher(int event, tel_call_t *call, void *data)
       case TEL_CALL_LISTED:
         /* call was present when connected to the service/modem */
         mrp_debug("query for listing all calls on service %s", service);
+        /* intentional fallthrough */
 
       case TEL_CALL_ADDED:
         /* add the call to Murphy DB */