Updated lwip.patch for Linux compatibility, CMakeLists.txt, and fixed other minor compile-time warnings

This commit is contained in:
Joseph Henry
2018-07-27 09:53:08 -07:00
parent 6fec662150
commit 6e086ed3fa
8 changed files with 91 additions and 68 deletions

View File

@@ -420,7 +420,7 @@ int platform_adjusted_socket_family(int family)
if (family == 2) {
return AF_INET;
}
family; // 10
return -1;
#endif
}