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
The compiler warnings show up in the Mac Build
2018-07-02 17:55:44 /Users/Shared/Jenkins/Home/jobs/ODBC-Mac64/workspace/ODBC/Source/libsnowflakeclient/cpp/FileTransferExecutionResult.cpp:7:32: warning: extra tokens at end of #include directive [-Wextra-tokens] 2018-07-02 17:55:44 #include "snowflake/platform.h"; 2018-07-02 17:55:44 ^ 2018-07-02 17:55:44 // 2018-07-02 17:55:44 /Users/Shared/Jenkins/Home/jobs/ODBC-Mac64/workspace/ODBC/Source/libsnowflakeclient/cpp/FileTransferExecutionResult.cpp:138:13: warning: enumeration value 'UNKNOWN' not handled in switch [-Wswitch] 2018-07-02 17:55:44 switch (m_commandType) 2018-07-02 17:55:44 ^ 2018-07-02 17:55:44 2 warnings generated. 2018-07-02 17:55:44 /Users/Shared/Jenkins/Home/jobs/ODBC-Mac64/workspace/ODBC/Source/libsnowflakeclient/cpp/FileTransferExecutionResult.cpp:7:32: warning: extra tokens at end of #include directive [-Wextra-tokens] 2018-07-02 17:55:44 #include "snowflake/platform.h"; 2018-07-02 17:55:44 ^ 2018-07-02 17:55:44 // 2018-07-02 17:55:44 /Users/Shared/Jenkins/Home/jobs/ODBC-Mac64/workspace/ODBC/Source/libsnowflakeclient/cpp/FileTransferExecutionResult.cpp:138:13: warning: enumeration value 'UNKNOWN' not handled in switch [-Wswitch] 2018-07-02 17:55:44 switch (m_commandType) 2018-07-02 17:55:44 ^ 2018-07-02 17:55:44 2 warnings generated.
Please fix all warnings and set -Werror to the build scripts.
-Werror
The text was updated successfully, but these errors were encountered:
closing this old issue
Sorry, something went wrong.
howryu
No branches or pull requests
The compiler warnings show up in the Mac Build
Please fix all warnings and set
-Werror
to the build scripts.The text was updated successfully, but these errors were encountered: