diff --git a/Makefile b/Makefile index a70ac98..c477133 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ CXXFLAGS := -std=c++11 -O3 \ -Wmissing-declarations \ -Wstrict-overflow=5 \ -Wcast-align \ - -Wcast-qual \ -Wconversion \ -Wunused-macros \ -Wwrite-strings \