From: Jérémie Astor Date: Wed, 18 Nov 2020 19:07:42 +0000 (+0100) Subject: :art: Remove compiler warnings X-Git-Tag: nightly~1146 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3204cc96fc1817e792d076e70f9121299fcb3f17;p=gwion.git :art: Remove compiler warnings --- 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"