From 199b41af0a64707c8d79aa48a796ad5daf84c8c9 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Mon, 29 Sep 2014 15:55:16 +0200 Subject: [PATCH] Compiler: Treat pawn warnings as errors when building --- plugins/AMBuilder | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/AMBuilder b/plugins/AMBuilder index f995c3bd..6717c134 100644 --- a/plugins/AMBuilder +++ b/plugins/AMBuilder @@ -62,6 +62,7 @@ amxxpc_argv = [ '-i' + os.path.relpath(os.path.join(builder.sourcePath, 'plugins', 'include'), os.path.join(builder.buildPath, builder.buildFolder)), '-h', + '-E', ] def build_plugin(script_path, amxx_file, extra_argv = []):