Sean McBride

Results 237 comments of Sean McBride

I'm afraid I haven't looked at this code in years...

Care to create a pull request? Also, be sure that the 'while' loop does not need reformulating... 0-1 is different with signed vs unsigned math...

Without this patch, old versions of clang warn on the existing line: `#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"` Because old versions don't have `-Wzero-as-null-pointer-constant` so they say "what's this warning you...

See also issue #23.

mike, you don't need to ask Apple for a temporary entitlement, you can just specify it and see if that fixes your issue. As for whether it will be accepted...

@foozmeat : did Apple ever reply to that bug? (I just filed a dupe .)

@tcurdt I could integrate this... but I don't know much about web technologies... would adding a new key/value in the POST cause any forward/backwards compatibility problems? i.e. apps running old/new...

Oh, so we want the inverse of @FlyingDiver's patch? i.e. to add POST_KEY_APPLICATION?

I saw these warnings too fixing some others [here](https://github.com/mborgerding/kissfft/pull/69) but fixing them looks non-trivial.

Seems like yes, and I'm able to run the tests (many fail, but whatever).