nuttx-apps/examples/usrsocktest
Xiang Xiao 2d4233c825 examples/usrsocktest: Fix error: variable 'ret' set but not used
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-05-27 10:30:19 -03:00
..
CMakeLists.txt cmake/apps: add more applications into cmake support 2023-07-13 19:00:18 +02:00
defines.h apps: examples: usrsocktest: update licenses to Apache 2022-03-08 01:44:49 +08:00
Kconfig Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard. 2019-10-06 06:14:56 -06:00
Make.defs style: unify path to files in comment section 2022-03-09 10:37:33 +08:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
usrsocktest_basic_connect.c Fix Error: usrsocktest_basic_connect.c:112:7: error: variable 'ret' set but not used 2024-05-23 11:53:26 +08:00
usrsocktest_basic_daemon.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_basic_getsockname.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_basic_getsockopt.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_basic_send.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_basic_setsockopt.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_block_recv.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_block_send.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_chardev.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_daemon.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_main.c Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
usrsocktest_multi_thread.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_noblock_connect.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_noblock_recv.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_noblock_send.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_nodaemon.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_poll.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_remote_disconnect.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00
usrsocktest_wake_with_signal.c examples/usrsocktest: Fix error: variable 'ret' set but not used 2024-05-27 10:30:19 -03:00