mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixed jstracer.cpp no longer building in the browser because of -pedantic.
This commit is contained in:
parent
368f7d5382
commit
d1bc6dc0d8
@ -112,6 +112,7 @@ enum jitstat_ids {
|
||||
#define JITSTAT(x) STAT ## x ## ID,
|
||||
#include "jitstats.tbl"
|
||||
#undef JITSTAT
|
||||
STAT_IDS_TOTAL
|
||||
};
|
||||
|
||||
static JSPropertySpec jitstats_props[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user