Skip to content

dp_rte_flow_helpers: Explicit array initialization#779

Closed
mkalcok wants to merge 1 commit into
ironcore-dev:mainfrom
mkalcok:explicit-array-init
Closed

dp_rte_flow_helpers: Explicit array initialization#779
mkalcok wants to merge 1 commit into
ironcore-dev:mainfrom
mkalcok:explicit-array-init

Conversation

@mkalcok

@mkalcok mkalcok commented Jun 10, 2026

Copy link
Copy Markdown

GCC 15 introduces 'unterminated-string-initialization'[0] warning and since we treat warning as errors in our builds, we might as well get ahead of the issue and change from string literals to explicit array initialization.

[0] https://gcc.gnu.org/cgit/gcc/commit/?id=44c9403ed1833ae71a59e84f9e37af3182be0df5

Proposed Changes

  • Use explicit byte array initialization instead of string literals.

GCC 15 introduces 'unterminated-string-initialization'[0] warning and since
we treat warning as errors in our builds, we might as well get ahead of
the issue and change from string literals to explicit array
initialization.

[0] https://gcc.gnu.org/cgit/gcc/commit/?id=44c9403ed1833ae71a59e84f9e37af3182be0df5

Signed-off-by: Martin Kalcok <martin.kalcok@sap.com>
@mkalcok mkalcok requested a review from a team as a code owner June 10, 2026 10:33
@mkalcok mkalcok marked this pull request as draft June 10, 2026 10:34
@mkalcok

mkalcok commented Jun 10, 2026

Copy link
Copy Markdown
Author

PR from fork seems to cause problems in CI.
Closed in favor of #780

@mkalcok mkalcok closed this Jun 10, 2026
@github-project-automation github-project-automation Bot moved this to Done in Roadmap Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant