diff options
author | Josh Triplett <[email protected]> | 2013-12-23 13:56:06 -0800 |
---|---|---|
committer | Michal Marek <[email protected]> | 2014-01-27 23:14:13 +0100 |
commit | fe7c36c7bde12190341722af69358e42171162f3 (patch) | |
tree | dc6d1f645aeee8a5b1e8799242262f2fdc935ab5 /net/lapb/lapb_out.c | |
parent | f9d7f7778c5206d9de34fa500f854f25edb56e4b (diff) |
Makefile: Build with -Werror=date-time if the compiler supports it
GCC 4.9 and newer have a new warning -Wdate-time, which warns on any use
of __DATE__, __TIME__, or __TIMESTAMP__, which would make the build
non-deterministic. Now that the kernel does not use any of those
macros, turn on -Werror=date-time if available, to keep it that way.
The kernel already (optionally) records this information at build time
in a single place; other kernel code should not duplicate that.
Signed-off-by: Josh Triplett <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions