mirror of https://github.com/BOINC/boinc.git
Fix build break with gcc 6; from Nicolas and Gianfranco
This commit is contained in:
parent
8111a2d698
commit
0b09759ee9
|
@ -43,7 +43,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
#define _(x) "_(\""x"\")"
|
||||
#define _(x) "_(\"" x "\")"
|
||||
|
||||
extern SCHED_MSG_LOG log_messages;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue