Closed vanvught closed 6 years ago
What kind of IDE you used?
pi@nuc-i5:~/workspace/lib-wiznet$ arm-none-eabi-gcc --version arm-none-eabi-gcc (GCC) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@khj098765 Please will consider to re-open this issue and fix the bug? Thanks.
@khj098765 Please will consider to re-open this issue and fix the bug? Thanks.
see pull request #53
This file cannot be build with -Werror
Ethernet/wizchip_conf.c: In function 'wizchip_setnetinfo': Ethernet/wizchip_conf.c:837:10: error: unused variable 'k' [-Werror=unused-variable] int i,j,k; ^ Ethernet/wizchip_conf.c:837:8: error: unused variable 'j' [-Werror=unused-variable] int i,j,k; ^ Ethernet/wizchip_conf.c:837:6: error: unused variable 'i' [-Werror=unused-variable] int i,j,k; ^