]> git.proxmox.com Git - mirror_lxc.git/commit
compiler: -Wdate-time hardening
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 5 Feb 2019 22:49:48 +0000 (23:49 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 5 Feb 2019 22:49:48 +0000 (23:49 +0100)
commita30c52acb75b4820a45412a8367ba4ebae3a7d27
tree149da6f35ef2d37690d0eec8f3290404b8beac66
parentfcfce08abac5cf1271bc3034d4017d4a714154cc
compiler: -Wdate-time hardening

Warn when macros __TIME__, __DATE__ or __TIMESTAMP__ are encountered as
they might prevent bit-wise-identical reproducible compilations.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac