summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/process_iwyu.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/process_iwyu.py b/tools/process_iwyu.py
index cfd71fa2..9c28d126 100755
--- a/tools/process_iwyu.py
+++ b/tools/process_iwyu.py
@@ -97,6 +97,7 @@ FALSE_POSITIVES = (
# Weird false positive on some versions of IWYU
('gi/arg.cpp', 'struct _GHashTable;', ''),
('gi/arg.cpp', 'struct _GVariant;', ''),
+ ('gjs/profiler.cpp', '#include <gjs/profiler.h>', ''),
)
@@ -131,8 +132,6 @@ def output():
print(f'{Colors.RED}-{line}{Colors.NORMAL}{why}')
there_were_errors = True
- state = None
- file = None
add.clear()
remove.clear()
all_includes.clear()