Huitsi/ParallelOverhead
2
12
Fork
You've already forked ParallelOverhead
1

Pass format argument to fprintf #14

Merged
Huitsi merged 1 commit from marcin-serwin/ParallelOverhead:push-tooslxoqpltl into master 2026年04月24日 18:21:42 +02:00
Contributor
Copy link

Building with hardened options results in compilation error due to using
non-constant string for fprintf format argument:

src/init_GL.c:158:9: error: format not a string literal and no format arguments [-Werror=format-security]
 158 | fprintf(stderr, log);

Signed-off-by: Marcin Serwin marcin@serwin.dev

Building with hardened options results in compilation error due to using non-constant string for fprintf format argument: src/init_GL.c:158:9: error: format not a string literal and no format arguments [-Werror=format-security] 158 | fprintf(stderr, log); Signed-off-by: Marcin Serwin <marcin@serwin.dev>
Building with hardened options results in compilation error due to using
non-constant string for fprintf format argument:
 src/init_GL.c:158:9: error: format not a string literal and no format arguments [-Werror=format-security]
 158 | fprintf(stderr, log);
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Huitsi/ParallelOverhead!14
Reference in a new issue
Huitsi/ParallelOverhead
No description provided.
Delete branch "marcin-serwin/ParallelOverhead:push-tooslxoqpltl"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?