diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-24 18:05:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-24 18:05:51 +0000 |
commit | fc822a4370f534ad83de092a2a9ababa94ebee8b (patch) | |
tree | de1cc2437b8ee9725ae243faae72b1abd7e297d0 /target/linux/sibyte/Makefile | |
parent | 9ac5cfe1ba90af3cf2bfca1179f8c3c1dc4c5689 (diff) | |
download | upstream-fc822a4370f534ad83de092a2a9ababa94ebee8b.tar.gz upstream-fc822a4370f534ad83de092a2a9ababa94ebee8b.tar.bz2 upstream-fc822a4370f534ad83de092a2a9ababa94ebee8b.zip |
broadcom_wl: eliminate compiler error with gcc-4.9-linaro
Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x
toolchain produces the following errors:
<...>/wl_linux.c: In function 'wl_dump_ver':
<...>/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
__DATE__, __TIME__, EPI_VERSION_STR);
^
<...>/wl_linux.c:2302:13: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
__DATE__, __TIME__, EPI_VERSION_STR);
^
cc1: some warnings being treated as errors
Remove the use of the __DATE__ and __TIME__ macros, as the info is not
really useful.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 43046
Diffstat (limited to 'target/linux/sibyte/Makefile')
0 files changed, 0 insertions, 0 deletions