It's looking like I won't be able to upload the code today. It'll hopefully be
during the weekend or else next week then instead.
-TS
--Sent from phone--
___
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo
https://developer.apple.com/library/content/documentation/Darwin/Conceptual/64bitPorting/building/building.html
suggests that some flags are less useful than others in terms of warnings produced - some flags produce a plethora of spurious and irrelevant warnings
Is that maybe part of your
As much as I've personally dealt with these and similar warnings in
Sword++, many of them are not trivial to fix and point to several
architectural issues.
Blessings,
J
On 14.10.2016 14:15, Manfred Bergmann wrote:
> I’m also having tons of warnings when compiling SWORD in Xcode for 64 bit.
> The
I’m also having tons of warnings when compiling SWORD in Xcode for 64 bit.
The precision warnings can be ignored IMO. But due to the sheer number of
warnings it’s very hard to detect warnings that shouldn’t be ignored.
Btw: there is a Objective-C wrapper for the SWORD library under bindings/objc