]> Nishi Git Mirror - gwion.git/commitdiff
:art: Remove compiler warnings
authorJérémie Astor <fennecdjay@gmail.com>
Wed, 18 Nov 2020 19:07:42 +0000 (20:07 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Wed, 18 Nov 2020 19:07:42 +0000 (20:07 +0100)
include/gwion.h

index a9dda19bdfd03d1dba724887e0deca930ce27f8f..9ee352d1f8b6048f8514ffb8d998cd589f25fc80 100644 (file)
@@ -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"