svn commit: trunk/busybox: applets archival console-tools coreutils etc...

Bernhard Fischer rep.nop at aon.at
Fri May 19 20:51:04 UTC 2006


On Fri, May 19, 2006 at 10:35:50PM +0200, Yann E. MORIN wrote:
>Hello!
>
>On Friday 19 May 2006 212, aldot at busybox.net wrote:
>> Author: aldot
>> Date: 2006-05-19 12:29:19 -0700 (Fri, 19 May 2006)
>> New Revision: 15141
>> 
>> Log:
>> - remove emacs layout block as suggested by Robert P.J. Day
>> - use shorter boilerplate while at it
>[--SNIP--]
>>    trunk/busybox/include/platform.h
>
>----
>svn diff -r 15140:15141 svn://busybox.net/trunk/busybox/include/platform.h
>Index: platform.h
>===================================================================
>--- platform.h  (revision 15140)
>+++ platform.h  (revision 15141)
>@@ -1,3 +1,4 @@
>+/* vi: set sw=4 ts=4: */
> /*
>    Copyright 2006, Bernhard Fischer
>
>@@ -99,9 +100,11 @@
> #endif
>
> /* ---- miscellaneous --------------------------------------- */
>+#if ENABLE_DEBUG_KEEP_NLS_CRAP
> /* NLS stuff */
> /* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */
> #define _(Text) Text
> #define N_(Text) (Text)
>+#endif
>
> #endif /* platform.h   */
>----
>
>What is this ENABLE_DEBUG_KEEP_NLS_CRAP that came in? What is it supposed to do,
>and where is it supposed to be defined?
>
>Anyway the tree is broken and does not compile... :-/

http://busybox.net/lists/busybox/2006-May/021694.html

and forgot to remove it. Sorry, reverted this bit now.

What about adding -Wmissing-noreturn to your -Wall -Werror compile?
cheers,
Bernhard



More information about the busybox mailing list