Skip to content

Commit 7032021

Browse files
committed
Merge #10168: Fix build warning from #error text
dd7e43e Fix build warning from #error text (John Newbery) Tree-SHA512: a806181ec05ad599c45bd455900d6ad569c601e5cc495d16ec0db538edef4523a5229d1c84d310bb877b1bb81b8a8fc15a3a73da78688109042f18a57db5bd70
2 parents 88799ea + dd7e43e commit 7032021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Check that required client information is defined
1313
#if !defined(CLIENT_VERSION_MAJOR) || !defined(CLIENT_VERSION_MINOR) || !defined(CLIENT_VERSION_REVISION) || !defined(CLIENT_VERSION_BUILD) || !defined(CLIENT_VERSION_IS_RELEASE) || !defined(COPYRIGHT_YEAR)
14-
#error Client version information missing: wasn't defined by bitcoin-config.h nor defined any other way
14+
#error Client version information missing: version is not defined by bitcoin-config.h or in any other way
1515
#endif
1616

1717
/**

0 commit comments

Comments
 (0)