mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Merge pull request #192 from danielytics/master
Eliminate extern-initializer warning
This commit is contained in:
commit
077bf0f5b3
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user