Fix compilation error due to redefinition.

This commit is contained in:
Alexandru Ene
2020-06-18 16:56:03 +01:00
parent bbd99c5bfa
commit 50ef890ae0

View File

@@ -39,7 +39,7 @@ enum wasmtime_opt_level_enum { // OptLevel
};
typedef uint8_t wasmtime_profiling_strategy_t;
enum wasmtime_profiling_strategy_t { // ProfilingStrategy
enum wasmtime_profiling_strategy_enum { // ProfilingStrategy
WASMTIME_PROFILING_STRATEGY_NONE,
WASMTIME_PROFILING_STRATEGY_JITDUMP,
WASMTIME_PROFILING_STRATEGY_VTUNE,