WasmEdge / WasmEdge

WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

Home Page:https://WasmEdge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: Unknown warning option when building on Apple Clang

q82419 opened this issue · comments

Summary

The following warning occurs after merging #3195 with Apple Clang:

warning: unknown warning option '-Wno-deprecated-literal-operator'; did you mean '-Wno-deprecated-copy-dtor'? [-Wunknown-warning-option]
1 warning generated.

Current State

No response

Expected State

No response

Reproduction steps

Build with CMake and Ninja.

Screenshots

No response

Any logs you want to share for showing the specific issue

No response

Components

C SDK

WasmEdge Version or Commit you used

master

Operating system information

macOS 13.2

Hardware Architecture

arm64

Compiler flags and options

No response