I have updated my Podspec to include the latest Facebook SDK 3.9 (of writing) and I am now seeing a bunch of warnings.
Should I be looking to resolve these:
A few of these should be simple solutions like updating nil to be 0 instead as expected.
What is the best practice, just to leave these for a minor fix release which should resolve them?
For reference and searching:
Incompatible pointer to integer conversion sending 'void *' to parameter of type 'NSRegularExperssionOptions' (aka 'enum NSregularExperssionOptions')
Unused function 'FBReadIntBigEndian'