Skip to content

Commit 0584191

Browse files
committed
C++: Add pragma[noinline].
1 parent 1cdaaf7 commit 0584191

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)