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
10>CesiumPropertyTexture.spec.cpp(17): Error C3646 : 'model': unknown override specifier 10>CesiumPropertyTexture.spec.cpp(17): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int 10>CesiumPropertyTexture.spec.cpp(18): Error C2143 : syntax error: missing ';' before '' 10>CesiumPropertyTexture.spec.cpp(18): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int 10>CesiumPropertyTexture.spec.cpp(18): Error C2238 : unexpected token(s) preceding ';' 10>CesiumPropertyTexture.spec.cpp(19): Error C2143 : syntax error: missing ';' before '' 10>CesiumPropertyTexture.spec.cpp(19): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int 10>CesiumPropertyTexture.spec.cpp(19): Error C2238 : unexpected token(s) preceding ';' 10>CesiumPropertyTexture.spec.cpp(20): Error C2143 : syntax error: missing ';' before '*' 10>CesiumPropertyTexture.spec.cpp(20): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int 10>CesiumPropertyTexture.spec.cpp(20): Error C2238 : unexpected token(s) preceding ';' 10>CesiumPropertyTexture.spec.cpp(33): Error C2065 : 'model': undeclared identifier 10>CesiumPropertyTexture.spec.cpp(33): Error C3861 : 'Model': identifier not found 10>CesiumPropertyTexture.spec.cpp(34): Error C2065 : 'pExtension': undeclared identifier 10>CesiumPropertyTexture.spec.cpp(34): Error C2065 : 'model': undeclared identifier
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @ankitpentashield. I just opened #1548 to fix it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
10>CesiumPropertyTexture.spec.cpp(17): Error C3646 : 'model': unknown override specifier
10>CesiumPropertyTexture.spec.cpp(17): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int
10>CesiumPropertyTexture.spec.cpp(18): Error C2143 : syntax error: missing ';' before ''
10>CesiumPropertyTexture.spec.cpp(18): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int
10>CesiumPropertyTexture.spec.cpp(18): Error C2238 : unexpected token(s) preceding ';'
10>CesiumPropertyTexture.spec.cpp(19): Error C2143 : syntax error: missing ';' before ''
10>CesiumPropertyTexture.spec.cpp(19): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int
10>CesiumPropertyTexture.spec.cpp(19): Error C2238 : unexpected token(s) preceding ';'
10>CesiumPropertyTexture.spec.cpp(20): Error C2143 : syntax error: missing ';' before '*'
10>CesiumPropertyTexture.spec.cpp(20): Error C4430 : missing type specifier - int assumed. Note: C++ does not support default-int
10>CesiumPropertyTexture.spec.cpp(20): Error C2238 : unexpected token(s) preceding ';'
10>CesiumPropertyTexture.spec.cpp(33): Error C2065 : 'model': undeclared identifier
10>CesiumPropertyTexture.spec.cpp(33): Error C3861 : 'Model': identifier not found
10>CesiumPropertyTexture.spec.cpp(34): Error C2065 : 'pExtension': undeclared identifier
10>CesiumPropertyTexture.spec.cpp(34): Error C2065 : 'model': undeclared identifier
The text was updated successfully, but these errors were encountered: