ayourtch / nat46

OpenWRT feed with stateless NAT46 kernel module
37 stars 28 forks source link

Usage of __DATE__ macro causes warnings / errors in gcc 4.9 #1

Closed sbyx closed 10 years ago

sbyx commented 10 years ago

not sure whether you may want to address this in the code or not.

Ref. https://github.com/openwrt-routing/packages/issues/59

ayourtch commented 10 years ago

Addressed with 5589212cb35527929fd66218721ab54040c6b788 commit - if NAT46_VERSION is defined, then it will be used verbatim, if it is not - then it will be defined using DATE and TIME.

Thanks for the useful discussions!