mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 14:08:09 -05:00
Fewer warnings.
This commit is contained in:
@@ -312,7 +312,9 @@ template<int>
|
||||
void Sub_Data_Files<T>::buffer_edabits_with_queues(bool strict, int n_bits,
|
||||
false_type)
|
||||
{
|
||||
insecure("reading edaBits from files");
|
||||
if (edabit_buffers.empty())
|
||||
insecure("reading edaBits from files");
|
||||
|
||||
if (edabit_buffers.find(n_bits) == edabit_buffers.end())
|
||||
{
|
||||
string filename = PrepBase::get_edabit_filename(prep_data_dir,
|
||||
|
||||
Reference in New Issue
Block a user