Skip to content

configuration.c: fix label-before-declaration error (pre-C23)#755

Merged
TomTheBear merged 1 commit into
RRZE-HPC:masterfrom
mooofin:master
Jun 20, 2026
Merged

configuration.c: fix label-before-declaration error (pre-C23)#755
TomTheBear merged 1 commit into
RRZE-HPC:masterfrom
mooofin:master

Conversation

@mooofin

@mooofin mooofin commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

use_hardcoded: was immediately followed by a declaration, invalid in C99/C11. Add empty statement after label. Fixes #754.

`use_hardcoded:` was immediately followed by a declaration, invalid in
C99/C11. Add empty statement after label. Fixes RRZE-HPC#754.
@TomTheBear TomTheBear merged commit 72b3da7 into RRZE-HPC:master Jun 20, 2026
3 checks passed
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.

build error in default_configuration(): label can only be part of a statement (configuration.c:99)

2 participants