xref: /linux/tools/perf/scripts/python/Perf-Trace-Util/Build (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1*e467705aSIan Rogersperf-util-y += Context.o
2c7355f84SJiri Olsa
3c43888e7SArnaldo Carvalho de Melo# -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls after asserts, for instance)
4c43888e7SArnaldo Carvalho de MeloCFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
5