nuttx-apps/netutils/thttpd
Xiang Xiao 857158451b Unify the void cast usage
1.Remove void cast for function because many place ignore the returned value witout cast
2.Replace void cast for variable with UNUSED macro

Change-Id: Ie644129a563244a6397036789c4c3ea83c4e9b09
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-01-02 23:21:01 +08:00
..
cgi-src Unify the void cast usage 2020-01-02 23:21:01 +08:00
.gitignore
config.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:13:39 -06:00
fdwatch.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:40:03 -06:00
fdwatch.h
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
libhttpd.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
libhttpd.h Replace all occurrences of vdbg with vinfo 2016-06-11 11:55:38 -06:00
Make.defs In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq. 2019-10-17 11:42:49 -06:00
Makefile Makefiles: This reverts part of commit cf0365ea9. It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured. 2019-10-15 09:25:48 +08:00
mime_types.h
tdate_parse.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
tdate_parse.h
thttpd_alloc.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
thttpd_alloc.h Standardize naming used for public data and function groupings 2015-10-02 16:20:33 -06:00
thttpd_cgi.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
thttpd_cgi.h
thttpd_strings.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
thttpd_strings.h
thttpd.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
timers.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
timers.h