aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/octeon
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-24 18:05:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-24 18:05:51 +0000
commit32f238845b8a5114a0a96cf940694e955abe6c66 (patch)
tree58def24d123e97acd162fd73ba0e96c048baa7d7 /target/linux/octeon
parent0cf70f8a8b0557b1f3615a995067c05a36e22354 (diff)
downloadmaster-187ad058-32f238845b8a5114a0a96cf940694e955abe6c66.tar.gz
master-187ad058-32f238845b8a5114a0a96cf940694e955abe6c66.tar.bz2
master-187ad058-32f238845b8a5114a0a96cf940694e955abe6c66.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43046 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon')
0 files changed, 0 insertions, 0 deletions