Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oui-httpd download.c static urldecode conflicting types with libuhttpd3.9 #90

Closed
topeqin opened this issue Feb 2, 2021 · 1 comment
Closed
Labels

Comments

@topeqin
Copy link

topeqin commented Feb 2, 2021

Environment: (arm, openwrt 19.07)

Description:

v19.07/build_dir/target-arm-buildroot-linux-gnueabi_glibc/oui-httpd-git-2021.028.43331-1ff4a9b/download.c:30:13: error: conflicting types for 'urldecode'
30 | static bool urldecode(char *buf)
| ^~~~~~~~~
In file included from /home/gqin/openwrt/v19.07/staging_dir/target-arm-buildroot-linux-gnueabi_glibc/usr/include/uhttpd/uhttpd.h:35

@topeqin
Copy link
Author

topeqin commented Feb 2, 2021

Hello jianhui

I meet conflict static local funcion urldecode in download.c with openwrt feeds package libuhttpd whose version is 3.9
dl url https://github.com/zhaojh329/libuhttpd
if something steps miss then result this issue. if yes, please comments. I just add one fix in my local first.

Thanks,
Qin Guang

@zhaojh329 zhaojh329 added the bug label Feb 2, 2021
zhaojh329 added a commit that referenced this issue Feb 2, 2021
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants