make a sigv even in release
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 6 Apr 2016 15:29:13 +0000 (17:29 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 6 Apr 2016 15:29:13 +0000 (17:29 +0200)
Change-Id: Id54965016abbe749121c43ec675c6aeb06f5610e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
plugins/samples/HelloWorld.c

index c60cc70..72ad0b3 100644 (file)
@@ -83,12 +83,7 @@ static void pingNull (struct afb_req request)
 
 static void pingBug (struct afb_req request)
 {
-    int a,b,c;
-    
-    b=4;
-    c=0;
-    a=b/c;
-    
+       pingNull((struct afb_req){NULL,NULL,NULL});
 }