From 083f15568011ff9099dd408139007a4ac33d697e Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Wed, 14 Apr 2021 12:51:51 +0200 Subject: [PATCH] Fix C analysis in QA Latest release of cfamily analyzer implemented an optimization that prevent the rule to appear on the preamble (CPP-2993) --- its/tests/projects/sample-c/src/file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/its/tests/projects/sample-c/src/file.c b/its/tests/projects/sample-c/src/file.c index 852f9645e7..b51df2c060 100644 --- a/its/tests/projects/sample-c/src/file.c +++ b/its/tests/projects/sample-c/src/file.c @@ -1,2 +1,4 @@ +void end_of_preamble(); + #import "foo.h" // Noncompliant