Skip to content

Commit 3542f07

Browse files
committed
Fix warning on gcc: 'initialized and declared extern'
1 parent c19e392 commit 3542f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/json/json.cpp

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

2828
using namespace web;
2929

30-
extern bool json::details::g_keep_json_object_unsorted = false;
30+
bool json::details::g_keep_json_object_unsorted = false;
3131

3232
void json::keep_object_element_order(bool keep_order)
3333
{

0 commit comments

Comments
 (0)