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

Compiler warnings #74

Closed
smtakeda opened this issue Jul 3, 2018 · 1 comment
Closed

Compiler warnings #74

smtakeda opened this issue Jul 3, 2018 · 1 comment
Assignees
Labels
question Issue is a usage/other question rather than a bug

Comments

@smtakeda
Copy link
Contributor

smtakeda commented Jul 3, 2018

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.

@smtakeda smtakeda added the bug Something isn't working label Jul 3, 2018
@sfc-gh-igarish sfc-gh-igarish added question Issue is a usage/other question rather than a bug and removed bug Something isn't working labels Mar 11, 2023
@sfc-gh-dszmolka
Copy link
Contributor

closing this old issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issue is a usage/other question rather than a bug
Projects
None yet
Development

No branches or pull requests

4 participants