Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
c20cce04
Unverified
Commit
c20cce04
authored
Nov 15, 2020
by
Nikita Titov
Committed by
GitHub
Nov 15, 2020
Browse files
fix compilation warning (#3564)
parent
2f4ce973
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
include/LightGBM/train_share_states.h
include/LightGBM/train_share_states.h
+2
-3
No files found.
include/LightGBM/train_share_states.h
View file @
c20cce04
...
...
@@ -6,13 +6,13 @@
#define LIGHTGBM_TRAIN_SHARE_STATES_H_
#include <LightGBM/bin.h>
#include <LightGBM/feature_group.h>
#include <LightGBM/meta.h>
#include <LightGBM/utils/threading.h>
#include <LightGBM/feature_group.h>
#include <algorithm>
#include <memory>
#include <vector>
#include <algorithm>
namespace
LightGBM
{
...
...
@@ -131,7 +131,6 @@ class MultiValBinWrapper {
bool
is_subrow_copied_
=
false
;
std
::
unique_ptr
<
MultiValBin
>
multi_val_bin_
;
std
::
unique_ptr
<
MultiValBin
>
multi_val_bin_subset_
;
MultiValBin
*
cur_multi_val_bin_
;
std
::
vector
<
uint32_t
>
hist_move_src_
;
std
::
vector
<
uint32_t
>
hist_move_dest_
;
std
::
vector
<
uint32_t
>
hist_move_size_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment