-
Notifications
You must be signed in to change notification settings - Fork 7k
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
ARCMWDT: compiler generates warnings about omited function declaration #74562
Labels
area: ARC
ARC Architecture
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Comments
kokas-a
pushed a commit
to kokas-a/zephyr
that referenced
this issue
Jun 19, 2024
MWDT requires function to be declared with argument types. This PR provides explisitly type cast for out routine inside z_cbvprintf_impl(). This fixes zephyrproject-rtos#74562 Signed-off-by: Nikolay Agishev <[email protected]>
kokas-a
pushed a commit
to kokas-a/zephyr
that referenced
this issue
Jun 26, 2024
MWDT requires function to be declared with argument types. This PR provides explisitly type cast for out routine inside z_cbvprintf_impl(). This fixes zephyrproject-rtos#74562 Signed-off-by: Nikolay Agishev <[email protected]>
kokas-a
pushed a commit
to foss-for-synopsys-dwc-arc-processors/zephyr
that referenced
this issue
Jun 27, 2024
MWDT requires function to be declared with argument types. This PR provides explisitly type cast for out routine inside z_cbvprintf_impl(). This PR also actual to LLVM-based compilers with strict rules of compilation. It covers warnings generated with additional flag -Wincompatible-function-pointer-types-strict. This fixes zephyrproject-rtos#74562 Signed-off-by: Nikolay Agishev <[email protected]>
coreboot-bot
pushed a commit
to coreboot/zephyr-cros
that referenced
this issue
Jul 5, 2024
MWDT requires function to be declared with argument types. This PR provides explisitly type cast for out routine inside z_cbvprintf_impl(). This PR also actual to LLVM-based compilers with strict rules of compilation. It covers warnings generated with additional flag -Wincompatible-function-pointer-types-strict. This fixes zephyrproject-rtos/zephyr#74562 (cherry picked from commit 5d92abe) Original-Signed-off-by: Nikolay Agishev <[email protected]> GitOrigin-RevId: 5d92abe Change-Id: Ib6386c3a2b46deffe4f733ab433bf3d6979dbff6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5669142 Reviewed-by: Eric Yilun Lin <[email protected]> Commit-Queue: Fabio Baltieri <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Reviewed-by: Fabio Baltieri <[email protected]>
DashingR
pushed a commit
to tsisw/zephyr
that referenced
this issue
Aug 15, 2024
MWDT requires function to be declared with argument types. This PR provides explisitly type cast for out routine inside z_cbvprintf_impl(). This PR also actual to LLVM-based compilers with strict rules of compilation. It covers warnings generated with additional flag -Wincompatible-function-pointer-types-strict. This fixes zephyrproject-rtos#74562 Signed-off-by: Nikolay Agishev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: ARC
ARC Architecture
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Describe the bug
MWDT generates warnings that routine declaration of out() inside z_cbvprintf_impl() is omitted.
note
MWDT is Clang-based (LLVM 16.0.6) compiler
Please also mention any information which could help others to understand
the problem you're facing:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build system generates clean build log without warnings
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: