Remove uses of deprecated macros 43/15043/1
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 5 Jul 2018 15:34:11 +0000 (17:34 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 5 Jul 2018 17:17:18 +0000 (19:17 +0200)
Change-Id: I439e891d92fb34087755e68102fda97c43b5b786
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-api-dbus.c
src/afb-api-ws.c
src/afb-proto-ws.c
src/afb-stub-ws.c
src/afb-supervision.c

index dbafebe..a2c9b08 100644 (file)
@@ -18,7 +18,6 @@
 #if defined(WITH_DBUS_TRANSPARENCY)
 
 #define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
 
 #include <stdlib.h>
 #include <stdio.h>
index c1ccd32..4f4ac72 100644 (file)
@@ -16,7 +16,6 @@
  */
 
 #define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
 
 #include <stdlib.h>
 #include <string.h>
index f931354..7644a96 100644 (file)
@@ -17,8 +17,6 @@
 
 #define _GNU_SOURCE
 
-#define NO_PLUGIN_VERBOSE_MACRO
-
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
index 68bc8c7..974ea07 100644 (file)
@@ -17,8 +17,6 @@
 
 #define _GNU_SOURCE
 
-#define NO_PLUGIN_VERBOSE_MACRO
-
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
index be823b3..84c302f 100644 (file)
@@ -18,7 +18,6 @@
 #if defined(WITH_SUPERVISION)
 
 #define _GNU_SOURCE
-#define AFB_BINDING_PRAGMA_NO_VERBOSE_MACRO
 
 #include <string.h>
 #include <errno.h>