Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings #888

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix warnings #888

wants to merge 2 commits into from

Conversation

loic-sharma
Copy link
Contributor

@loic-sharma loic-sharma commented Nov 27, 2024

Address some of the warnings in #865. I am contributing on behalf of Google.

cc @brnnmrls

@@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN
Calling this more than once will result in the previous listener being cancelled (equivalent
of @c cancelHTTPListener being called).
*/
- (NSURL *)startHTTPListener:(NSError **)returnError withPort:(uint16_t)port;
- (nullable NSURL *)startHTTPListener:(NSError **)returnError withPort:(uint16_t)port;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment above indicates this is intentional:

@return The URL containing the address of the server with the specified port, or nil if there was an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant