Skip to content

externpro devel package#1

Merged
smanders merged 10 commits intodevfrom
xpro
Aug 27, 2025
Merged

externpro devel package#1
smanders merged 10 commits intodevfrom
xpro

Conversation

@smanders
Copy link
Copy Markdown

* length modifier 'L' results in undefined behavior or no effect with 'u' conversion specifier [-Wformat]
* format specifier %Lu for unsigned long long is not portable and is causing warnings
* update the format specifier to %llu for GCC, which is the correct format for unsigned long long
* this change ensures proper formatting of 64-bit unsigned integers and resolves the compiler warnings
* the fix is more portable and follows standard C practices for unsigned long long types
@smanders smanders merged commit bd1dc77 into dev Aug 27, 2025
8 checks passed
@smanders smanders deleted the xpro branch August 27, 2025 17:53
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.

1 participant