Fix compilation warnings for mapistore_mgmt_messages
authorJulien Kerihuel <j.kerihuel@openchange.org>
Fri, 24 Feb 2012 13:52:28 +0000 (13:52 +0000)
committerJulien Kerihuel <j.kerihuel@openchange.org>
Fri, 24 Feb 2012 13:52:28 +0000 (13:52 +0000)
mapiproxy/libmapistore/mgmt/mapistore_mgmt_messages.c

index f09df8b5d80b3a9a2521a85ea7a72a9c892005a0..ad84a2dde7a1e3a2452f0d221862c84d730e6b05 100644 (file)
@@ -104,6 +104,8 @@ enum mapistore_error mapistore_mgmt_message_user_command(struct mapistore_mgmt_c
                                                break;
                                        }
                                        break;
+                               case MAPISTORE_MGMT_SEND:
+                                       break;
                                }
                        }
                        /* Case where the record exists */
@@ -276,6 +278,8 @@ static bool mapistore_mgmt_message_notification_wholestore(struct mapistore_mgmt
                }
                DEBUG(0, ("[%s:%d]: Unregistered subscription found\n", __FUNCTION__, __LINE__));
                break;
+       case MAPISTORE_MGMT_SEND:
+               break;
        }
 
        return true;
@@ -319,6 +323,8 @@ static bool mapistore_mgmt_message_notification_message(struct mapistore_mgmt_us
                }
                DEBUG(0, ("[%s:%d]: Unregistered subscription found\n", __FUNCTION__, __LINE__));
                break;
+       case MAPISTORE_MGMT_SEND:
+               break;
        }
 
        return true;
@@ -362,6 +368,8 @@ static bool mapistore_mgmt_message_notification_folder(struct mapistore_mgmt_use
                }
                DEBUG(0, ("[%s:%d]: Unregistered subscription found\n", __FUNCTION__, __LINE__));
                break;
+       case MAPISTORE_MGMT_SEND:
+               break;
        }
 
        return true;