fix unused parameter warnings

fix switch warinings

part of #319
This commit is contained in:
Links
2018-05-12 11:39:59 +02:00
parent 9ce044e550
commit bde97179bf
3 changed files with 15 additions and 0 deletions

View File

@ -299,4 +299,7 @@ class WebSockets {
};
#ifndef UNUSED
#define UNUSED(var) (void)(var)
#endif
#endif /* WEBSOCKETS_H_ */