Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
66 stars 8 forks source link

[Suggestion] Build with all Wall and Werror #62

Closed 0x00002a closed 3 years ago

0x00002a commented 3 years ago

Currently the library does not build with warnings outside of the defaults. It would be nice to have the library build with -Werror -Wpedantic -Wextra -Wall (and the equivalent flags on windows). Currently it fails mostly on -Werror=reorder and extra ; (from -Wpedantic).