Skip to content

Commit c55af99

Browse files
committed
Another extern declaration to keep the compiler satisfied
1 parent 9d3c91a commit c55af99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/CppUTest/UtestMacros.h

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585

8686
#define IMPORT_TEST_GROUP(testGroup) \
8787
extern int externTestGroup##testGroup;\
88+
extern int* p##testGroup; \
8889
int* p##testGroup = &externTestGroup##testGroup
8990

9091
// Different checking macros

0 commit comments

Comments
 (0)