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

nuttx/arm: Fix build warning with -Walloc-size-larger-than. #76

Closed
wants to merge 0 commits into from

Conversation

cuiziweizw
Copy link
Contributor

nuttx/include/libcxx/new:270:24: warning: argument 1 value '18446744073709551599' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
270 | return ::operator new(__args...);
| ~~~~~~~~~~~~~~^~~~~~~~~~~

@xiaoxiang781216
Copy link
Collaborator

@cuiziweizw please fix the conflict

@cuiziweizw cuiziweizw closed this Dec 30, 2024
@cuiziweizw cuiziweizw deleted the fix_warning branch December 30, 2024 09:09
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.

3 participants