Skip to content

Commit

Permalink
Fix early intentional warning
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Apr 17, 2020
1 parent 3c46b0f commit feedaf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/viz/tree_visualization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ void viz(std::string const &prefix, std::string const &infile, int n_neighbors)

int main(int argc, char *argv[])
{
int j;
Kokkos::InitArguments args;
args.disable_warnings = true;
Kokkos::ScopeGuard guard(args);
Expand Down

0 comments on commit feedaf3

Please sign in to comment.