Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproducible builds #16

Open
laeti-tia opened this issue Sep 22, 2021 · 0 comments
Open

Reproducible builds #16

laeti-tia opened this issue Sep 22, 2021 · 0 comments

Comments

@laeti-tia
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant