J'aimerais en profiter pour infiltrer un patch pour éviter un warning de gcc sous CentOS6. Et go pour git!
Le 5 mars 2014 15:31, Eric Noulard <eric.noul...@gmail.com> a écrit : > Go ahead be admin!! > Release the beast :-) > > and... let it git !! > > Le 5 mars 2014 14:12, Olivier BONHOMME <obonho...@nerim.net> a écrit : > > On Wed, Mar 05, 2014 at 01:37:03PM +0100, Yves DUF wrote: > >> Tu veux une cérémonie officielle avec procession et serment signé de ton > >> sang ? > >> Ou juste un OUI de notre part ? > >> Ou alors un droit d'admin sur Savannah ? > >> > > > > La cérémonie est super tentante ! > > > > Plus serieusement, c'est effectivement l'accord de la TSP team pour être > sur que quelqu'un n'a pas déjà commencé et / ou voudrait s'en occuper.. > > > > _______________________________________________ > > Tsp-devel mailing list > > Tsp-devel@nongnu.org > > https://lists.nongnu.org/mailman/listinfo/tsp-devel > > > > -- > Erk > L'élection n'est pas la démocratie -- http://www.le-message.org > > _______________________________________________ > Tsp-devel mailing list > Tsp-devel@nongnu.org > https://lists.nongnu.org/mailman/listinfo/tsp-devel >
diff --git a/src/core/misc_utils/tsp_ringbuf.h b/src/core/misc_utils/tsp_ringbuf.h index 449f411..5ecd83f 100755 --- a/src/core/misc_utils/tsp_ringbuf.h +++ b/src/core/misc_utils/tsp_ringbuf.h @@ -99,7 +99,7 @@ BEGIN_C_DECLS */ #define RINGBUF_DEFINE(TypeName, name, sz) \ - TypeName (name) = { sz, 0, 0, 0, 0 } + TypeName (name) = { sz, 0, 0, 0, {0} } #define RINGBUF_PUT(name, item) \ { \
_______________________________________________ Tsp-devel mailing list Tsp-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tsp-devel