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

Address -Wframe-larger-than warnings in fs/mpage.c #320

Open
GustavoARSilva opened this issue Jun 22, 2023 · 0 comments
Open

Address -Wframe-larger-than warnings in fs/mpage.c #320

GustavoARSilva opened this issue Jun 22, 2023 · 0 comments
Labels
-Wframe-larger-than Emits warning under -Wframe-larger-than

Comments

@GustavoARSilva
Copy link
Collaborator

GustavoARSilva commented Jun 22, 2023

Found after building next-20230620 (with GCC-13) sh with shx3_defconfig:

fs/mpage.c: In function '__mpage_writepage':
fs/mpage.c:657:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  657 | }
      | ^
fs/mpage.c: In function 'do_mpage_readpage':
fs/mpage.c:329:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  329 | }
      | ^
@GustavoARSilva GustavoARSilva added the -Wframe-larger-than Emits warning under -Wframe-larger-than label Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-Wframe-larger-than Emits warning under -Wframe-larger-than
Projects
None yet
Development

No branches or pull requests

1 participant