On Fri, May 23, 2014 at 11:25 PM, Djalal Harouni wrote:
> On Wed, May 21, 2014 at 10:46:21AM +0200, Lennart Poettering wrote:
>> On Wed, 21.05.14 10:29, Thomas H.P. Andersen (pho...@gmail.com) wrote:
>>
>> >
>> > On Tue, May 20, 2014 at 5:43 PM, Lennart Poettering
>> > wrote:
>> > > On Mon, 19.05
On Wed, May 21, 2014 at 10:46:21AM +0200, Lennart Poettering wrote:
> On Wed, 21.05.14 10:29, Thomas H.P. Andersen (pho...@gmail.com) wrote:
>
> >
> > On Tue, May 20, 2014 at 5:43 PM, Lennart Poettering
> > wrote:
> > > On Mon, 19.05.14 19:52, Tom Gundersen (t...@jklm.no) wrote:
> > >
> > >> >
On Wed, May 21, 2014 at 10:46 AM, Lennart Poettering
wrote:
> On Wed, 21.05.14 10:29, Thomas H.P. Andersen (pho...@gmail.com) wrote:
>
>>
>> On Tue, May 20, 2014 at 5:43 PM, Lennart Poettering
>> wrote:
>> > On Mon, 19.05.14 19:52, Tom Gundersen (t...@jklm.no) wrote:
>> >
>> >> > _public_ int sd
On Wed, 21.05.14 10:29, Thomas H.P. Andersen (pho...@gmail.com) wrote:
>
> On Tue, May 20, 2014 at 5:43 PM, Lennart Poettering
> wrote:
> > On Mon, 19.05.14 19:52, Tom Gundersen (t...@jklm.no) wrote:
> >
> >> > _public_ int sd_peer_get_session(int fd, char **session) {
> >> > -struct uc
On Tue, May 20, 2014 at 5:43 PM, Lennart Poettering
wrote:
> On Mon, 19.05.14 19:52, Tom Gundersen (t...@jklm.no) wrote:
>
>> > _public_ int sd_peer_get_session(int fd, char **session) {
>> > -struct ucred ucred;
>> > +struct ucred ucred = {};
>>
>> I can't reproduce this warning,
On Mon, 19.05.14 19:52, Tom Gundersen (t...@jklm.no) wrote:
> > _public_ int sd_peer_get_session(int fd, char **session) {
> > -struct ucred ucred;
> > +struct ucred ucred = {};
>
> I can't reproduce this warning, but more importantly, why is this
> necessary in this function and
On Mon, May 19, 2014 at 07:52:20PM +0200, Tom Gundersen wrote:
> On Sun, May 18, 2014 at 10:30 PM, Cristian Rodríguez
> wrote:
> > ---
> > src/journal/test-journal-stream.c | 2 +-
> > src/libsystemd/sd-login/sd-login.c | 2 +-
> > src/shared/util.c | 4 ++--
> > 3 files changed
On Mon, May 19, 2014 at 9:01 PM, Cristian Rodríguez
wrote:
> El 19/05/14 13:52, Tom Gundersen escribió:
>
>> I can't reproduce this warning, but more importantly, why is this
>> necessary in this function and not the subsequent noes (which all
>> seem to be more or less equivalent)?
>
> What compi
El 19/05/14 13:52, Tom Gundersen escribió:
> I can't reproduce this warning, but more importantly, why is this
> necessary in this function and not the subsequent noes (which all
> seem to be more or less equivalent)?
What compiler did you tried ? happens with GCC 4.9.0 r209782.
--
Cristian
On Sun, May 18, 2014 at 10:30 PM, Cristian Rodríguez
wrote:
> ---
> src/journal/test-journal-stream.c | 2 +-
> src/libsystemd/sd-login/sd-login.c | 2 +-
> src/shared/util.c | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/src/journal/test-journal-s
10 matches
Mail list logo