Skip to content

Commit 20db437

Browse files
geoffw0Mariusz Kliber
authored andcommitted
C++: Add pragma[noinline].
1 parent c958ef9 commit 20db437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/Best Practices/Unused Entities/UnusedStaticFunctions.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
import cpp
1515

16+
pragma[noinline]
1617
predicate possiblyIncompleteFile(File f) {
1718
exists(Diagnostic d | d.getFile() = f and d.getSeverity() >= 3)
1819
or

0 commit comments

Comments
 (0)