<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Your latest versions has a warning:<br>
<br>
../misc/record/record-main.c: In function ‘main’:<br>
../misc/record/record-main.c:135:59: warning: ‘input_file’ may be used <br>
uninitialized in this function [-Wmaybe-uninitialized]<br>
    fd = ( input_file_flag ) ? open( input_file, O_RDONLY ) :<br>
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^<br>
    socket( PF_INET, SOCK_STREAM, 0 );<br>
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
../misc/record/record-main.c:278:15: note: ‘input_file’ was declared here<br>
    const char *input_file;<br>
                ^~~~~~~~~~<br>
<br>
Do you see this warning in your build? If no, then we should find out, <br>
why you don't see warnings. If yes, then you should fix the warnings <br>
before a commit. If you don't know how to fix the warning, then ask on <br>
the mailing list. I don't want to see a warning the next time I build <br>
your program. I think I mentioned this a couple of times before. <br>
Normally it should be enough to mention it once.<br></blockquote><div> </div><div>I really didn't see these warnings in my build. Which gcc version are you using?</div><div><br></div><div>I am using gcc version 5.4.0.</div><div><br></div><div>I used the following commands to configure and build:</div><div><br></div><div>./waf configure --prefix=$HOME/sandbox/rtems/5<br>./waf build install<br></div></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><font size="4"><b>Ravindra Kumar Meena</b></font>,<div><span style="color:rgb(102,102,102)">B. Tech. Computer Science and Engineering,<br></span></div><div><span style="color:rgb(102,102,102)"><a href="https://www.iitism.ac.in/" style="color:rgb(17,85,204)" target="_blank">Indian Institute of Technology (Indian School of Mines)</a>, Dhanbad</span></div></div></div></div></div></div>