Page MenuHome GnuPG

gpgscm: Fix fixed-size characters (for portability, specifically for GCC 15 or later)
Testing, NormalPublic

Description

gpgscm has a bit questionable use cases for fixed size characters and its initialization. It's good to fix.

Event Timeline

gniibe triaged this task as Normal priority.Tue, Apr 22, 4:06 AM
gniibe created this task.
gniibe renamed this task from gpgscm: Don't use fixed size characters (for portability, specifically for GCC 15 or later) to gpgscm: Fix fixed-size characters (for portability, specifically for GCC 15 or later).Tue, Apr 22, 7:50 AM
gniibe updated the task description. (Show Details)

doc/HACKING says it's OK to use variadic arg macros (from C99 features).
If it's OK, this patch can fix the initialization (which silences GCC 15 warnings):

gniibe changed the task status from Open to Testing.Wed, Apr 23, 3:16 AM