Re: [sigrok-devel] OS X patch

2013-10-23 Thread Joel Holdsworth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Rene, Thanks for doing this. I've tested your patch and it works for me, so I'll get it merged today. I hope you don't mind, but I've made one tiny alteration. uwe_, biot: Could one of you pull this branch please: https://github.com/jhol/pulseview

[sigrok-devel] OS X patch

2013-10-21 Thread Rene Hopf
Hi, clang was complaining about call to 'pow' is ambiguous and private field '_decoder' is not used [-Wunused-private-field] private field '_options' is not used [-Wunused-private-field] This patch allows pulseview to be built. libsigrok and libsigrokdecode built without errors on OS X. Rene di