X-Git-Url: http://git.meshlink.io/?p=catta;a=blobdiff_plain;f=src%2Fiface-windows.h;h=cf21c29d6833788ce59e661dcce5b3e487d4542e;hp=1d77b213636f75fc8f3802852cb0ca6ca2e2c875;hb=9b5f82efd97de784c9356c65dbfb704b94d974eb;hpb=37f897cd8f66ef4233d50110ef00469d23596d2b diff --git a/src/iface-windows.h b/src/iface-windows.h index 1d77b21..cf21c29 100644 --- a/src/iface-windows.h +++ b/src/iface-windows.h @@ -4,8 +4,7 @@ #include "hashmap.h" typedef struct CattaInterfaceMonitorOSDep { - CattaHashmap *idxmap; // maps adapter LUIDs to stable int indexes - int nidx; // number of assigned indexes (= size of idxmap) + int dummy; // silence "no members" warning } CattaInterfaceMonitorOSDep; #endif