Browse Source

Merge #10168: Fix build warning from #error text

dd7e43e Fix build warning from #error text (John Newbery)

Tree-SHA512: a806181ec05ad599c45bd455900d6ad569c601e5cc495d16ec0db538edef4523a5229d1c84d310bb877b1bb81b8a8fc15a3a73da78688109042f18a57db5bd70
0.15
Wladimir J. van der Laan 7 years ago
parent
commit
703202180b
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/clientversion.h

2
src/clientversion.h

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
// Check that required client information is defined
#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)
#error Client version information missing: wasn't defined by bitcoin-config.h nor defined any other way
#error Client version information missing: version is not defined by bitcoin-config.h or in any other way
#endif
/**

Loading…
Cancel
Save