aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-10-16 22:51:58 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-10-16 23:04:00 -0300
commit63705942a366d39308251549a018451808c20ac8 (patch)
tree28f055e5e992e657279ceb57fa177d8dfcd55076 /Makefile
parent01a6e8dbe42fb6571ad846bee5e1d8cc7c9fba5e (diff)
downloadquerymanager-63705942a366d39308251549a018451808c20ac8.tar.gz
querymanager-63705942a366d39308251549a018451808c20ac8.zip
properly handle text encoding differences with QueryManager clients
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fca315..972092f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ OUTPUTEXE = querymanager
CC = gcc
CXX = g++
-CFLAGS = -m64 -fno-strict-aliasing -pedantic -Wno-unused-parameter -Wall -Wextra -pthread
+CFLAGS = -m64 -fno-strict-aliasing -pedantic -Wall -Wextra -pthread
CXXFLAGS = $(CFLAGS) --std=c++11
LFLAGS = -Wl,-t