Valgrind Error : Conditional jump or move depends on uninitialised value(s)

Hi Friends,

I am using valgrind, to check errors, there are no errors in my code but this the output put i get, i need to suppress these errors, please help me do so...

 Conditional jump or move depends on uninitialised value(s)
==2350==    at 0x400AF0F: (within /lib/ld-2.11.1.so)
==2350==    by 0x40030FE: (within /lib/ld-2.11.1.so)
==2350==    by 0x4014206: (within /lib/ld-2.11.1.so)
==2350==    by 0x4000C6C: (within /lib/ld-2.11.1.so)
==2350==    by 0x4000856: (within /lib/ld-2.11.1.so)

Thanks in Advance