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

Fix compile warnings. #626

Merged
merged 1 commit into from
Dec 2, 2022
Merged

Fix compile warnings. #626

merged 1 commit into from
Dec 2, 2022

Conversation

XuNeo
Copy link
Contributor

@XuNeo XuNeo commented Dec 2, 2022

Fixed several compile warnings regarding Wshadow and Wstrict-prototypes.

luv/src/fs.c:431:14: warning: declaration of ‘data’ shadows a previous local [-Wshadow]
luv/src/private.h:114:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]

Signed-off-by: Xu Xingliang [email protected]

luv/src/fs.c:431:14: warning: declaration of ‘data’ shadows a previous local [-Wshadow]
luv/src/private.h:114:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]

Signed-off-by: Xu Xingliang <[email protected]>
@squeek502
Copy link
Member

Thanks!

@squeek502 squeek502 merged commit 4043182 into luvit:master Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants