<div dir="auto">Hi Team, <div dir="auto"><br></div><div dir="auto">               Now it's working fine with c11 standard. </div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Thanks & Regards, </div><div dir="auto">Naveen. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 1 Jun, 2023, 2:25 pm Guy Harris, <<a href="mailto:gharris@sonic.net">gharris@sonic.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Jun 1, 2023, at 1:12 AM, Naveen kumar <<a href="mailto:navinagaraj18@gmail.com" target="_blank" rel="noreferrer">navinagaraj18@gmail.com</a>> wrote:<br>
<br>
>     I added the -std=gnu11 options also it's shows same error. <br>
<br>
So you added it to the CFLAGS= line in the Makefile and it still complains about "restrict"?  If so, what happens if you add "-std=gnu99" instead?<br>
<br>
Or you ran<br>
<br>
        make CFLAGS="-std=gnu11" ...<br>
<br>
and it still complains about "restrict"?  If so, what happens if you use "-std=gnu99" instead?<br>
</blockquote></div>