Skip to content

sprintf deprecated #437

@sdarwin

Description

@sdarwin

"Use snprintf if available as some compilers (clang 14.0) issue deprecation warnings for sprintf"

libs/graph/example/iohb.c:    sprintf(iformat,"%%%dd",Indwidth);
libs/graph/example/iohb.c:    sprintf(iformat,"%%%dd",Indwidth);
libs/graph/example/iohb.c:    sprintf(pformat,"%%%dd",Ptrwidth);
libs/graph/example/iohb.c:    sprintf(pformat,"%%%dd",Ptrwidth);
libs/graph/example/iohb.c:          sprintf(rformat,"%% %d.%dE",Rhswidth,Rhsprec);
libs/graph/example/iohb.c:          sprintf(rformat,"%% %d.%df",Rhswidth,Rhsprec);
libs/graph/example/iohb.c:       sprintf(rformat,"%%%ds",Rhswidth);
libs/graph/example/iohb.c:         sprintf(vformat,"%% %d.%dE",Valwidth,Valprec);
libs/graph/example/iohb.c:         sprintf(vformat,"%% %d.%df",Valwidth,Valprec);
libs/graph/example/iohb.c:      sprintf(vformat,"%%%ds",Valwidth);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions