From 7b56849be41fdd342c8d92c243df6370a53c8305 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 18 Sep 2021 14:24:56 +0100 Subject: Add JT recommended warnings --- libmysqlpp/my-command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmysqlpp/my-command.h') diff --git a/libmysqlpp/my-command.h b/libmysqlpp/my-command.h index 1161b77..87347cf 100644 --- a/libmysqlpp/my-command.h +++ b/libmysqlpp/my-command.h @@ -2,7 +2,10 @@ #define MY_COMMAND_H #include +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wold-style-cast" #include +#pragma GCC diagnostic pop #include namespace MySQL { -- cgit v1.2.3