Fix vfs/fs_timerfd.c:73:17: error: duplicate member 'lock'#7395
Merged
Conversation
pkarashchenko
approved these changes
Oct 22, 2022
c3a11e5 to
fc4ac97
Compare
pkarashchenko
approved these changes
Oct 22, 2022
fc4ac97 to
099452b
Compare
pkarashchenko
approved these changes
Oct 22, 2022
Contributor
@xiaoxiang781216 it seems like this issues started to appear after we switched to a new toolchain. Seems like CI is fully blocked now |
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
… 'int *' declared as a pointer [-Werror=array-parameter=]
9 | int socketpair(int parm1, int parm2, int parm3, int * parm4)
| ~~~~~~^~~~~
In file included from proxies/PROXY_socketpair.c:4:
/github/workspace/sources/nuttx/include/sys/socket.h:373:56: note: previously declared as an array 'int[2]'
373 | int socketpair(int domain, int type, int protocol, int sv[2]);
|
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
099452b to
32e4e70
Compare
Contributor
Author
Yes, it an expect result since the new version do more compiler check than before. |
32e4e70 to
a75dd85
Compare
Contributor
Author
|
let's merge this simple pr directly to unblock the ci. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
regression by: #6965
Impact
Fix compiler error
Testing
Pass CI