Skip to content

Commit bd32931

Browse files
authored
Merge pull request #1868 from geoffw0/tinyfix
CPP: Tiny fixes
2 parents 3ba6509 + 707f95c commit bd32931

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cpp/ql/src/Likely Bugs/Leap Year/LeapYear.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import cpp
66
import semmle.code.cpp.dataflow.DataFlow
7-
import semmle.code.cpp.controlflow.Guards
87
import semmle.code.cpp.commons.DateTime
98

109
/**

cpp/ql/src/Security/CWE/CWE-190/ComparisonWithWiderType.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* external/cwe/cwe-197
1313
* external/cwe/cwe-835
1414
*
15-
*/
15+
*/
1616

1717
import cpp
1818
import semmle.code.cpp.controlflow.Dominance

0 commit comments

Comments
 (0)