Hello,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="font-family: &#39;DejaVu Sans Mon&#39;; font-size: 9pt; font-weight: 400; font-style: normal;">
<p style="margin: 0px; text-indent: 0px;">It *is* very basic.  I&#39;m not sure if we want routines that an average</p>
<p style="margin: 0px; text-indent: 0px;">programmer could write in a few lines themselves?  Plus the name </p></div></blockquote><div><br>You are correct, and I agree with that. But I think the more complex its made, the more application dependent it becomes. Not as basic as str, but I believe the modules should be such that the routines are frequently used but not many have ever cared to keep them typed. I&#39;ll redo it if you say so.<br>
<br>Just a thought.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="font-family: &#39;DejaVu Sans Mon&#39;; font-size: 9pt; font-weight: 400; font-style: normal;">
<p style="margin: 0px; text-indent: 0px;">Hmm, you had to create an err.h?</p></div></blockquote><div><br>Done it : Can we change the Werror somehow ? So that it doesnt treat the warnings as errors<br></div></div><br>$ make tools<br>
gcc -g -O2 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -I.&nbsp;&nbsp; -c -o tools/ccan_depends.o tools/ccan_depends.c<br>cc1.exe: warnings being treated as errors<br>tools/ccan_depends.c: In function &#39;main&#39;:<br>
tools/ccan_depends.c:26: warning: &#39;errx&#39; is deprecated (declared at tools/err.h:11)<br>make: *** [tools/ccan_depends.o] Error 1<br><br><br>Rupinder<br>