-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit 96d48f3
author
committedReini Urban
fix PN_TYPECHECK
found by coverity: Macro compares unsigned to 0 (NO_EFFECT)
unsigned_compare: This greater-than-or-equal-to-zero comparison
of an unsigned value is always true. t - 2424832U >= 0U.1 parent a8596e5 commit 96d48f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | - | ||
137 | + | ||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments