-Wimplicit-function-declaration
-Wimplicit-fallthrough
Change-Id: Ifff0e146430b6b8d317a5a1198d9346e7ab030a8
Summary: Resource policy framework
Name: murphy
Version: 0.0.75
-Release: 29
+Release: 30
License: BSD-3-Clause
Group: System/Service
URL: http://01.org/murphy/
nl = service - node;
service++;
+ break;
case AF_INET6:
service = strrchr(node, ':');
switch (t->id) {
case MRP_TYPE_STRING:
v = *(void **)elem;
+ /* fall through */
case MRP_TYPE_INT8:
case MRP_TYPE_UINT8:
case MRP_TYPE_INT16:
switch (et->id) {
case MRP_TYPE_STRING:
v = *(void **)elem;
+ /* fall through */
case MRP_TYPE_INT8:
case MRP_TYPE_UINT8:
case MRP_TYPE_INT16:
nl = service - node;
service++;
+ break;
case AF_INET6:
service = strrchr(node, ':');
switch (opt) {
case 'h':
usage(client, 0);
+ break;
case 'v':
client->msgdump = true;
break;
#include <stdbool.h>
#include <stdlib.h>
#include <fcntl.h>
+#include <unistd.h>
#include <murphy/common/msg.h>