Skip to content

Conversation

@vineelko
Copy link

  • struct platform_cpu_topology topology must be inside a block; otherwise Clang will error out.
INFO -   CC      plat/qemu/qemu_sbsa/sbsa_sip_svc.c
INFO - plat/qemu/qemu_sbsa/sbsa_sip_svc.c:86:3: error: label followed by a
                    declaration is a C23 extension [-Werror,-Wc23-extensions]
INFO -    86 |                 struct platform_cpu_topology topology;
INFO -       |                 ^
INFO - 1 error generated.

…e declaration

- `struct platform_cpu_topology topology` must be inside a block; otherwise Clang
  will error out.

```
INFO -   CC      plat/qemu/qemu_sbsa/sbsa_sip_svc.c
INFO - plat/qemu/qemu_sbsa/sbsa_sip_svc.c:86:3: error: label followed by a
                    declaration is a C23 extension [-Werror,-Wc23-extensions]
INFO -    86 |                 struct platform_cpu_topology topology;
INFO -       |                 ^
INFO - 1 error generated.
```

Signed-off-by: Vineel Kovvuri[MSFT] <[email protected]>
@openci-bot
Copy link

Hello @vineelko!

Thank you for your contribution to Trusted Firmware-A!

The TF-A project is hosted on https://www.trustedfirmware.org and https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/

This github mirror still exists for historical reasons and should no longer be used.

From now please use the active read-only mirror

Contributions shall be posted to https://review.trustedfirmware.org/ according to the guide

The TF-A mailing list shall be used for design discussions.

We are looking forward to seeing you in trustedfirmware.org!

The Trusted Firmware-A team

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