From 3204cc96fc1817e792d076e70f9121299fcb3f17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 18 Nov 2020 20:07:42 +0100 Subject: [PATCH] :art: Remove compiler warnings --- include/gwion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gwion.h b/include/gwion.h index a9dda19b..9ee352d1 100644 --- a/include/gwion.h +++ b/include/gwion.h @@ -1,7 +1,7 @@ #ifndef __GWION #define __GWION -typedef struct Gwion_* Gwion; +//typedef struct Gwion_* Gwion; #include "plug.h" #include "driver.h" #include "gwiondata.h" -- 2.43.0