Avoid implicit conversion of pointers .

This commit is contained in:
nekral-guest
2010-03-18 00:02:02 +00:00
parent 51d181ca58
commit aa35a8e46e
2 changed files with 21 additions and 12 deletions

View File

@@ -9,6 +9,7 @@
checked.
* lib/tcbfuncs.c: Avoid implicit conversion of pointers or
integers to booleans.
* lib/tcbfuncs.c: Avoid assignments in comparisons.
2010-03-17 Nicolas François <nicolas.francois@centraliens.net>