summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-07-05 17:34:11 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-07-05 19:17:18 +0200
commit12ec841c28f8f795b49466cc377e64db3146430d (patch)
tree1ac8a22f22dad014b065d7c109faebd4b5838ae5
parent75526aa1e85a8bacb50e917971010d06137a3610 (diff)
Remove uses of deprecated macros
Change-Id: I439e891d92fb34087755e68102fda97c43b5b786 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--src/afb-api-dbus.c1
-rw-r--r--src/afb-api-ws.c1
-rw-r--r--src/afb-proto-ws.c2
-rw-r--r--src/afb-stub-ws.c2
-rw-r--r--src/afb-supervision.c1
5 files changed, 0 insertions, 7 deletions
diff --git a/src/afb-api-dbus.c b/src/afb-api-dbus.c
index dbafebe6..a2c9b086 100644
--- a/src/afb-api-dbus.c
+++ b/src/afb-api-dbus.c
@@ -18,7 +18,6 @@
#if defined(WITH_DBUS_TRANSPARENCY)
#define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
#include <stdlib.h>
#include <stdio.h>
diff --git a/src/afb-api-ws.c b/src/afb-api-ws.c
index c1ccd329..4f4ac72a 100644
--- a/src/afb-api-ws.c
+++ b/src/afb-api-ws.c
@@ -16,7 +16,6 @@
*/
#define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
#include <stdlib.h>
#include <string.h>
diff --git a/src/afb-proto-ws.c b/src/afb-proto-ws.c
index f9313545..7644a96a 100644
--- a/src/afb-proto-ws.c
+++ b/src/afb-proto-ws.c
@@ -17,8 +17,6 @@
#define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
-
#include <stdlib.h>
#include <string.h>
#include <assert.h>
diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c
index 68bc8c7c..974ea07e 100644
--- a/src/afb-stub-ws.c
+++ b/src/afb-stub-ws.c
@@ -17,8 +17,6 @@
#define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
-
#include <stdlib.h>
#include <string.h>
#include <assert.h>
diff --git a/src/afb-supervision.c b/src/afb-supervision.c
index be823b3d..84c302f6 100644
--- a/src/afb-supervision.c
+++ b/src/afb-supervision.c
@@ -18,7 +18,6 @@
#if defined(WITH_SUPERVISION)
#define _GNU_SOURCE
-#define AFB_BINDING_PRAGMA_NO_VERBOSE_MACRO
#include <string.h>
#include <errno.h>