Why does replit disable warnings in the C++ template?

It seems strange to disable compiler warnings and hide information from users.
Quote from the Makefile for the template:

CXX = clang++
override CXXFLAGS += -g -Wno-everything
1 Like