All of lore.kernel.org
 help / color / mirror / Atom feed
* 4 new compiler warnings (ceph.git/unstable)
@ 2010-07-27 19:53 Thomas Mueller
  2010-07-28  5:13 ` Thomas Mueller
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Mueller @ 2010-07-27 19:53 UTC (permalink / raw)
  To: ceph-devel

hi

there are new compiler warnings:

g++ -DHAVE_CONFIG_H -I.    -Wall -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT Server.o -MD -MP -MF .deps/Server.Tpo -c -o Server.o `test -f 'mds/Server.cc' || echo './'`mds/Server.cc
mv -f .deps/MDS.Tpo .deps/MDS.Po
g++ -DHAVE_CONFIG_H -I.    -Wall -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT MDCache.o -MD -MP -MF .deps/MDCache.Tpo -c -o MDCache.o `test -f 'mds/MDCache.cc' || echo './'`mds/MDCache.cc
mv -f .deps/Server.Tpo .deps/Server.Po
g++ -DHAVE_CONFIG_H -I.    -Wall -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT Locker.o -MD -MP -MF .deps/Locker.Tpo -c -o Locker.o `test -f 'mds/Locker.cc' || echo './'`mds/Locker.cc
./include/encoding.h: In member function ‘void Locker::issue_client_lease(CDentry*, client_t, ceph::bufferlist&, utime_t, Session*)’:
 ./include/encoding.h:80: warning: ‘e.LeaseStat::duration_ms’ may be used uninitialized in this function

<snip>

mds/Locker.cc:2251: note: ‘e.LeaseStat::duration_ms’ was declared here

<snip>


./include/encoding.h:80: warning: ‘e.LeaseStat::seq’ may be used uninitialized in this function

<snip>

mds/Locker.cc:2251: note: ‘e.LeaseStat::seq’ was declared here
 mv -f .deps/Locker.Tpo .deps/Locker.Po
g++ -DHAVE_CONFIG_H -I.    -Wall -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT Migrator.o -MD -MP -MF .deps/Migrator.Tpo -c -o Migrator.o `test -f 'mds/Migrator.cc' || echo './'`mds/Migrator.cc
mv -f .deps/MDCache.Tpo .deps/MDCache.Po
g++ -DHAVE_CONFIG_H -I.    -Wall -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT MDBalancer.o -MD -MP -MF .deps/MDBalancer.Tpo -c -o MDBalancer.o `test -f 'mds/MDBalancer.cc' || echo './'`mds/MDBalancer.cc
mv -f .deps/Migrator.Tpo .deps/Migrator.Po
g++ -DHAVE_CONFIG_H -I.    -Wall -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT CDentry.o -MD -MP -MF .deps/CDentry.Tpo -c -o CDentry.o `test -f

- Thomas

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 4 new compiler warnings (ceph.git/unstable)
  2010-07-27 19:53 4 new compiler warnings (ceph.git/unstable) Thomas Mueller
@ 2010-07-28  5:13 ` Thomas Mueller
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Mueller @ 2010-07-28  5:13 UTC (permalink / raw)
  To: ceph-devel

Am Tue, 27 Jul 2010 19:53:27 +0000 schrieb Thomas Mueller:

> hi
> 
> there are new compiler warnings:

>  ./include/encoding.h:80: warning: ‘e.LeaseStat::duration_ms’ may be
>  used uninitialized in this function
> 
> <snip>
> 
> mds/Locker.cc:2251: note: ‘e.LeaseStat::duration_ms’ was declared here
> 
> <snip>
> 
> 
> ./include/encoding.h:80: warning: ‘e.LeaseStat::seq’ may be used
> uninitialized in this function
> 
> <snip>
> 
> mds/Locker.cc:2251: note: ‘e.LeaseStat::seq’ was declared here

all gone today - thanks for fixing!

- Thomas

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-28  5:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 19:53 4 new compiler warnings (ceph.git/unstable) Thomas Mueller
2010-07-28  5:13 ` Thomas Mueller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.