Skip to content

Commit

Permalink
Merge pull request #192 from danielytics/master
Browse files Browse the repository at this point in the history
Eliminate extern-initializer warning
  • Loading branch information
The-EDev committed Aug 7, 2021
2 parents dd7cc7f + e6b36c3 commit 077bf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/crow/routing.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 077bf0f

Please sign in to comment.