On 06/20/2018 02:50 AM, Alan Beard wrote:
Hi all,

unittest/CMakeLists.txt   on lines 91 and 92 has the added option
-no-pie

Which is not recognised by the linker here, Fedora 23 on armhf
GNU ld version 2.25-15.fc23


Also, on a 32 bit machine the function "sizeof(thing)" returns
an int so a printf statement should use %d not %ld
To be more precise: the returned type is 'size_t'.
So on any system that implements C99 printf behavior it would be best to use %zd as format specifier.
That would make it 32 and 64 bit safe.

Regards,
Jeroen


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to