We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clang version: Apple LLVM version 8.0.0 (clang-800.0.42.1) Xcode version: 7.3.1
Apple LLVM version 8.0.0 (clang-800.0.42.1)
7.3.1
NSURL *url = ({ NSString *urlString = [NSString stringWithFormat:@"%@/%@", baseURLString, endpoint]; [NSURL URLWithString:urlString]; });
compiler error: initializing 'NSURL *__strong' with an expression of incompatible type 'void'
initializing 'NSURL *__strong' with an expression of incompatible type 'void'
The value of the latest statement is not returned if enclosing in round bracket.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clang version:
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Xcode version:
7.3.1
compiler error:
initializing 'NSURL *__strong' with an expression of incompatible type 'void'
The value of the latest statement is not returned if enclosing in round bracket.
The text was updated successfully, but these errors were encountered: