> > > Do you get compiler warnings with this version? > > > > > > No I didn't get any compiler warning or error. > > How did you configure the build? Did you somehow disable the warnings?
> [242/254] Compiling misc/record/record-main.c > ../misc/record/record-main.c: In function ‘print_item’: > ../misc/record/record-main.c:152:14: warning: variable ‘seconds’ set but > not used [-Wunused-but-set-variable] > uint32_t seconds; > ^~~~~~~ > ../misc/record/record-main.c: In function ‘handler’: > ../misc/record/record-main.c:161:14: warning: ‘ns’ may be used > uninitialized in this function [-Wmaybe-uninitialized] > ctf_item.ns=ns; > ~~~~~~~~~~~^~~ > ../misc/record/record-main.c:149:12: note: ‘ns’ was declared here > uint32_t ns; > ^~ > Okay. I also got these warnings after reconfiguring again. This can be resolved if we remove the if block. I think there is no need for it now. -- *Ravindra Kumar Meena*, B. Tech. Computer Science and Engineering, Indian Institute of Technology (Indian School of Mines) <https://www.iitism.ac.in/>, Dhanbad
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel