Skip to content

Reproducible builds #16

@laeti-tia

Description

@laeti-tia

Compiling the source code from this repository we get a lot of warnings like:

../I2util/errlog.h:105:33: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
 #define I2ErrLog I2ErrLocation_(__FILE__, __DATE__, __LINE__); \

We could either just remove the usage of the __DATE__ macro or, better, replace it with the i2util version number. See the function definition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions