ar7-atm: fix build with gcc 5
Remove the usage of the __TIME__ and __DATE__ macro. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47797
This commit is contained in:
parent
cf6b9cdbe4
commit
76f531063c
2 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
--- a/aal5sar.h
|
||||
+++ b/aal5sar.h
|
||||
@@ -19,7 +19,7 @@
|
||||
/** \namespace AAL5_Version
|
||||
This documents version 01.07.2c of the AAL5 CPHAL.
|
||||
*/
|
||||
-const char *pszVersion_CPAAL5="CPAAL5 01.07.2c "__DATE__" "__TIME__;
|
||||
+const char *pszVersion_CPAAL5="CPAAL5 01.07.2c ";
|
||||
|
||||
#include "cpsar_cpaal5.h"
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- a/aal5sar.h
|
||||
+++ b/aal5sar.h
|
||||
@@ -19,7 +19,7 @@
|
||||
/** \namespace AAL5_Version
|
||||
This documents version 01.07.2c of the AAL5 CPHAL.
|
||||
*/
|
||||
-const char *pszVersion_CPAAL5="CPAAL5 01.07.2c "__DATE__" "__TIME__;
|
||||
+const char *pszVersion_CPAAL5="CPAAL5 01.07.2c ";
|
||||
|
||||
#include "cpsar_cpaal5.h"
|
||||
|
Loading…
Reference in a new issue