forked from booyah/protobuf-objc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support the PBMessage_Builder protocol.
PBUnknownFieldSet_Builder needs to conform to the PBMessage_Builder protocol in order for it to be used in all of the places expecting id<PBMessage_Builder> values. The protocol itself is pretty heavy, and some of the methods could be made @optional, but for now we just raise exceptions for unsupported calls (which is consistent with the rest of the runtime library). This fixes the Apple LLVM compiler 3.0 warnings reported in booyah#16.
- Loading branch information
Jon Parise
committed
Nov 15, 2011
1 parent
12293e0
commit 7764bd4
Showing
2 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters