Skip to content

Commit

Permalink
removed void indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnoreWarnings committed Jun 18, 2024
1 parent e6f917d commit fa4464b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpga/lib/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ std::list<std::shared_ptr<Core>> CoreFactory::make(Card *card,
std::list<std::shared_ptr<Core>> configuredIps =
configureIps(orderedIps, json_ips, card); // Successfully configured IPs

(void) initIps(configuredIps, card);
initIps(configuredIps, card);

return card->ips;
}
Expand Down

0 comments on commit fa4464b

Please sign in to comment.