Skip to content

Use std::cerr for printing warnings #7

@Quintus

Description

@Quintus

Warnings should go to standard error, not to standard output. SMC often uses printf(), which a) prints to standard output and b) is legacy C code if you don’t need to formatting functionality (in which case fprintf() should be used with the standard error stream here).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions