Skip to content

Commit

Permalink
removing assert that is firing on Windows machines
Browse files Browse the repository at this point in the history
  • Loading branch information
drowe67 committed Nov 18, 2019
1 parent 5ea657b commit 3920ec8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fdmdv2_main.cpp
Expand Up @@ -4094,8 +4094,6 @@ void txRxProcessing()
fprintf(stderr, " nout: %d\n", nout);
}
ret = codec2_fifo_write(cbData->outfifo1, outsound_card, nout);
// should never fire as we check there is enough room before entering while loop
assert(ret != -1);
}
}

Expand Down

0 comments on commit 3920ec8

Please sign in to comment.