All of lore.kernel.org
 help / color / mirror / Atom feed
* print_bitfield
@ 2018-07-26  6:10 Cinaed Simson
  2018-07-26  7:50 ` print_bitfield Cinaed Simson
  0 siblings, 1 reply; 2+ messages in thread
From: Cinaed Simson @ 2018-07-26  6:10 UTC (permalink / raw)
  To: linux-bluetooth


After installing ell, the latest git version builds on jessie provided I
move both

   struct bitfield_data
   inline uint64_t print_bitfield()

from

   monitor/display.h

to near the top of

   monitor/packet.c

Jessie is using

   gcc (Debian 4.9.2-10+deb8u1) 4.9.2

- maybe it's a compiler problem with jessie?

-- Cinaed


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: print_bitfield
  2018-07-26  6:10 print_bitfield Cinaed Simson
@ 2018-07-26  7:50 ` Cinaed Simson
  0 siblings, 0 replies; 2+ messages in thread
From: Cinaed Simson @ 2018-07-26  7:50 UTC (permalink / raw)
  To: linux-bluetooth

Oops - I had to leave the

  struct bitfield_data

in

  monitor/display.h

and move

  inline uint64_t print_bitfield()

from display.h to

   monitor/packet.c

-- Cinaed

On 07/25/2018 11:10 PM, Cinaed Simson wrote:
> 
> After installing ell, the latest git version builds on jessie provided I
> move both
> 
>    struct bitfield_data
>    inline uint64_t print_bitfield()
> 
> from
> 
>    monitor/display.h
> 
> to near the top of
> 
>    monitor/packet.c
> 
> Jessie is using
> 
>    gcc (Debian 4.9.2-10+deb8u1) 4.9.2
> 
> - maybe it's a compiler problem with jessie?
> 
> -- Cinaed
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-26  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26  6:10 print_bitfield Cinaed Simson
2018-07-26  7:50 ` print_bitfield Cinaed Simson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.