From 00bbd8415717e3c20d69ffa4e15b1b346f9d8825 Mon Sep 17 00:00:00 2001 From: mpilman Date: Wed, 16 Oct 2019 11:31:44 -0700 Subject: [PATCH] Removed duplicated argument --- build/gen_compile_db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build/gen_compile_db.py b/build/gen_compile_db.py index 686fc965f9..ae482107d6 100755 --- a/build/gen_compile_db.py +++ b/build/gen_compile_db.py @@ -20,7 +20,6 @@ def actorCommand(cmd: str, build:str, src: str): if m1 is None: return cmd cmd1 = r1.sub('\\1actor.cpp', cmd) - cmd1 += " -Wno-unknown-attributes" # Make IDEs not warn on our custom [[flow_*]] attributes return rreplace(cmd1, build, src)