diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 16:15:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 16:15:47 +0200 |
commit | 1590e7b0dc7e9848e060b7228a27d5309334d712 (patch) | |
tree | 00dde57f0be3755531abedec86dba2c47a923a01 /bfind.c | |
parent | Change license, rewrite in C, remove info manual, remove shell tab completion, misc (diff) | |
download | bfind-3.0.1.tar.gz bfind-3.0.1.tar.bz2 bfind-3.0.1.tar.xz |
Improve makefile and silence false warning3.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | bfind.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ main(int argc, char *argv[]) { char ending = '\n', *path; struct stat st; - dev_t start_dev; + dev_t start_dev = 0; /* compiler incorrectly thinks its may be uninitialised if not assigned */ size_t i; ARGBEGIN { |