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

[ci] update clang version #2421

Merged
merged 1 commit into from Sep 24, 2019
Merged

[ci] update clang version #2421

merged 1 commit into from Sep 24, 2019

Conversation

StrikerRUS
Copy link
Collaborator

Depends on guolinke/lightgbm-ci-docker#3.

Some warnings are generated:

[ 87%] Building CXX object CMakeFiles/_lightgbm.dir/src/treelearner/gpu_tree_learner.cpp.o
In file included from /__w/1/s/src/treelearner/data_parallel_tree_learner.cpp:9:
In file included from /__w/1/s/src/treelearner/parallel_tree_learner.h:15:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:177:
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/data_parallel_tree_learner.cpp:9:
In file included from /__w/1/s/src/treelearner/parallel_tree_learner.h:15:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:181:
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/data_parallel_tree_learner.cpp:9:
In file included from /__w/1/s/src/treelearner/parallel_tree_learner.h:15:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:185:
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/feature_parallel_tree_learner.cpp:8:
In file included from /__w/1/s/src/treelearner/parallel_tree_learner.h:15:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:177:
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/feature_parallel_tree_learner.cpp:8:
In file included from /__w/1/s/src/treelearner/parallel_tree_learner.h:15:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:181:
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/feature_parallel_tree_learner.cpp:8:
In file included from /__w/1/s/src/treelearner/parallel_tree_learner.h:15:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:185:
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.cpp:7:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:177:
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.cpp:7:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:181:
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.cpp:7:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:185:
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
[ 90%] Building CXX object CMakeFiles/_lightgbm.dir/src/treelearner/serial_tree_learner.cpp.o
3 warnings generated.
[ 93%] Building CXX object CMakeFiles/_lightgbm.dir/src/treelearner/tree_learner.cpp.o
3 warnings generated.
[ 96%] Building CXX object CMakeFiles/_lightgbm.dir/src/treelearner/voting_parallel_tree_learner.cpp.o
In file included from /__w/1/s/src/treelearner/tree_learner.cpp:7:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:177:
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/tree_learner.cpp:7:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:181:
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/tree_learner.cpp:7:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:185:
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/voting_parallel_tree_learner.cpp:11:
In file included from /__w/1/s/src/treelearner/parallel_tree_learner.h:15:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:177:
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram256.cl:831:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/voting_parallel_tree_learner.cpp:11:
In file included from /__w/1/s/src/treelearner/parallel_tree_learner.h:15:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:181:
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram64.cl:742:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
In file included from /__w/1/s/src/treelearner/voting_parallel_tree_learner.cpp:11:
In file included from /__w/1/s/src/treelearner/parallel_tree_learner.h:15:
In file included from /__w/1/s/src/treelearner/gpu_tree_learner.h:185:
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
// )"" "\n#endif" + 9
~~~~~~~~~~~~~~~~~~^~~
/__w/1/s/src/treelearner/ocl/histogram16.cl:777:19: note: use array indexing to silence this warning
// )"" "\n#endif" + 9
                  ^
                  [  ]
3 warnings generated.
3 warnings generated.
3 warnings generated.
[100%] Linking CXX shared library ../lib_lightgbm.so
[100%] Built target _lightgbm

@jameslamb jameslamb merged commit e776582 into master Sep 24, 2019
@StrikerRUS StrikerRUS deleted the clang_update branch September 24, 2019 12:58
@lock lock bot locked as resolved and limited conversation to collaborators Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants