mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-24 15:48:37 +08:00
Compile-Warnings mit ADEOS behoben.
This commit is contained in:
+5
-5
@@ -136,12 +136,12 @@
|
||||
|
||||
#include "../include/EtherCAT_dev.h"
|
||||
|
||||
#define LIT(X) #X
|
||||
#define STR(X) LIT(X)
|
||||
#define EC_LIT(X) #X
|
||||
#define EC_STR(X) EC_LIT(X)
|
||||
|
||||
#define COMPILE_INFO "Revision " STR(EC_REV) \
|
||||
", compiled by " STR(EC_USER) \
|
||||
" at " STR(EC_DATE)
|
||||
#define COMPILE_INFO "Revision " EC_STR(EC_REV) \
|
||||
", compiled by " EC_STR(EC_USER) \
|
||||
" at " EC_STR(EC_DATE)
|
||||
|
||||
/* EtherCAT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
|
||||
|
||||
|
||||
+5
-5
@@ -32,12 +32,12 @@ void __exit ec_cleanup_module(void);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#define LIT(X) #X
|
||||
#define STR(X) LIT(X)
|
||||
#define EC_LIT(X) #X
|
||||
#define EC_STR(X) EC_LIT(X)
|
||||
|
||||
#define COMPILE_INFO "Revision " STR(EC_REV) \
|
||||
", compiled by " STR(EC_USER) \
|
||||
" at " STR(EC_DATE)
|
||||
#define COMPILE_INFO "Revision " EC_STR(EC_REV) \
|
||||
", compiled by " EC_STR(EC_USER) \
|
||||
" at " EC_STR(EC_DATE)
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user