surpress gcc warnings on FreeBSD
authorDoug MacEachern <dougm@hyperic.com>
Thu, 22 Oct 2009 22:50:57 +0000 (15:50 -0700)
committerDoug MacEachern <dougm@hyperic.com>
Thu, 22 Oct 2009 22:50:57 +0000 (15:50 -0700)
commitd6590a386a2a4dcdc536a153a7bed5f13783b24d
treeefe43cb2d9a69e5f11ef28dc256036fa976cd046
parent125e5cc99a45773dc7559e5478564fbc52f16623
surpress gcc warnings on FreeBSD
cc1: warnings being treated as errors
processes.c: In function 'ps_read':
processes.c:343: warning: 'pse.io_rchar' is used uninitialized in this function
processes.c:1436: note: 'pse.io_rchar' was declared here
processes.c:344: warning: 'pse.io_wchar' is used uninitialized in this function
processes.c:1436: note: 'pse.io_wchar' was declared here
processes.c:345: warning: 'pse.io_syscr' is used uninitialized in this function
processes.c:1436: note: 'pse.io_syscr' was declared here
processes.c:346: warning: 'pse.io_syscw' is used uninitialized in this function
processes.c:1436: note: 'pse.io_syscw' was declared here
src/processes.c