signalapp / libsignal-protocol-c

GNU General Public License v3.0
1.41k stars 295 forks source link

Fix Xcode warnings, comments #100

Closed christophhagen closed 6 years ago

christophhagen commented 6 years ago

There are several warnings due to "unsafe" type conversions and invalid comments when importing libsignal-protocol-c into an Xcode project.

This pull request fixes these warnings, without changing any functionality.

dkonigsberg commented 6 years ago

Could you please split this one up into several pull requests? It looks to me like its a combination of 3 distinct categories of changes:

The first two I'm likely to merge with little hesitation, and would like to get in sooner rather than later.

christophhagen commented 6 years ago

I made the changes as requested, closing this PR.