mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
usr.bin/diff/diffreg.c: In function 'change': usr.bin/diff/diffreg.c:1085: warning: 'i' may be used uninitialized in this function This version of gcc is not smart enough to see that 'i' cannot actually be used unitialized. However, the variable is confusingly re-used, so it is better to give it another name, and clearly initialize it before attempting to use it. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D10484 |
||
|---|---|---|
| .. | ||
| tests | ||
| diff.1 | ||
| diff.c | ||
| diff.h | ||
| diffdir.c | ||
| diffreg.c | ||
| Makefile | ||
| TODO | ||
| xmalloc.c | ||
| xmalloc.h | ||