Merge pull request #192 from danielytics/master

Eliminate extern-initializer warning
This commit is contained in:
Farook Al-Sammarraie 2021-08-07 03:24:07 +03:00 committed by GitHub
commit 077bf0f5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ namespace crow
#ifdef CROW_MAIN
uint16_t INVALID_BP_ID{0xFFFF};
#else
extern uint16_t INVALID_BP_ID{0xFFFF};
extern uint16_t INVALID_BP_ID;
#endif
/// A base class for all rules.