freebsd-dev/usr.bin
Dimitry Andric 30a845609c In usr.bin/make/var.c, function ParseModifier(), initialize the 'error'
variable to NULL, to avoid using it uninitialized in certain cases.

This fixes the following clang 3.2 warning:

  usr.bin/make/var.c:1770:10: error: variable 'error' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
                                          if (vp->execute) {
                                              ^~~~~~~~~~~
  usr.bin/make/var.c:1777:10: note: uninitialized use occurs here
                                          if (error)
                                              ^~~~~
  usr.bin/make/var.c:1770:6: note: remove the 'if' if its condition is always true
                                          if (vp->execute) {
                                          ^~~~~~~~~~~~~~~~~
  usr.bin/make/var.c:1768:23: note: initialize the variable 'error' to silence this warning
                                          const char      *error;
                                                                ^
                                                                 = NULL

MFC after:      1 week
2012-08-05 15:55:36 +00:00
..
alias
apply
ar
asa
at
atm
awk
banner
basename
bc
biff
bluetooth
brandelf
bsdiff
bzip2
bzip2recover
c89
c99
calendar - Add myself to calendar.freebsd 2012-08-01 17:48:38 +00:00
cap_mkdb
catman
chat
checknr
chkey
chpass
cksum
clang
cmp
col
colcrt
colldef
colrm
column
comm
compile_et
compress
cpio Update libarchive to 3.0.4 2012-07-28 06:38:44 +00:00
cpuset
csplit
csup
ctags
ctlstat
cut
dc
dig
dirname
du Document -g option in the usage string. 2012-07-26 20:41:36 +00:00
ee
elf2aout
elfdump
enigma
env
expand
false
fetch
file
file2c
find find: Remove unnecessary and inconsistent initialization. 2012-07-31 16:55:41 +00:00
finger
fmt
fold
from
fstat
fsync
ftp
gcore
gencat
getconf
getent
getopt
gprof
grep
gzip
head
hesinfo
hexdump
host
iconv
id
indent
ipcrm
ipcs
join
jot
kdump
keylogin
keylogout
killall Once in a month, when the moon is full, killall mistakenly considers 2012-06-30 16:36:22 +00:00
ktrace
ktrdump
lam
last
lastcomm
ldd
leave
less
lessecho
lesskey
lex
limits
locale
locate
lock
lockf
logger
login
logins
logname
look
lorder
lsvfs
lzmainfo
m4
mail
make In usr.bin/make/var.c, function ParseModifier(), initialize the 'error' 2012-08-05 15:55:36 +00:00
makewhatis
man
mesg
minigzip
ministat
mkcsmapper Fix spelling 2012-07-07 17:05:55 +00:00
mkcsmapper_static
mkdep
mkesdb Fix spelling 2012-07-07 17:05:55 +00:00
mkesdb_static
mkfifo
mklocale
mkstr
mktemp
mkulzma
mkuzip
msgs
mt
nc
ncal
ncplist
ncplogin
netstat Allow netstat to be build if INET is not defined in the kernel. 2012-07-16 06:43:04 +00:00
newgrp
newkey
nfsstat Fix a bug which prevents "nfsstat -W" for server statistics from working. 2012-07-22 18:59:31 +00:00
nice
nl
nohup
nslookup
nsupdate
opieinfo
opiekey
opiepasswd
pagesize
pamtest
passwd
paste
pathchk
perror
pr
printenv
printf
procstat Align the header with output. 2012-07-24 19:40:12 +00:00
quota
rctl
renice
rev
revoke
rlogin
rpcgen
rpcinfo
rs
rsh
rup
ruptime
rusers
rwall
rwho
script Mention when -d, -p and -r first hit FreeBSD. 2012-07-30 08:06:00 +00:00
sed
seq
setchannel
shar
showmount
smbutil
sockstat
sort - Change --nthreads parameter to --parallel for GNU compatibility 2012-07-04 16:25:11 +00:00
split
stat
stdbuf
su
systat
tabs
tail
talk
tar Update libarchive to 3.0.4 2012-07-28 06:38:44 +00:00
tcopy
tee
telnet
tftp
time
tip
top Fix two layout bugs in the previous change: 2012-07-02 20:08:11 +00:00
touch
tput
tr
true
truncate
truss
tset
tsort
tty
ul
uname
unexpand
unifdef
uniq
units
unvis
unzip
usbhidaction
usbhidctl
users
uudecode
uuencode
vacation
vgrind
vi
vis
vmstat
w
wall
wc
what
whereis
which
who
whois
write
xargs
xinstall Issue proper diagnostic on the short writes, also consider the 2012-07-02 09:53:57 +00:00
xlint
xstr
xz
xzdec
yacc
yes
ypcat
ypmatch
ypwhich
Makefile Sort per the comment. 2012-07-18 07:07:54 +00:00
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.ia64
Makefile.inc
Makefile.powerpc
Makefile.sparc64