bufsz = sigma_read_dram(sigma->state.chunks_downloaded,
newchunks, buf, sigma);
+ /* TODO: Check bufsz. For now, just avoid compiler warnings. */
+ (void)bufsz;
/* Find first ts. */
if (sigma->state.chunks_downloaded == 0) {
static int format_match(const char *filename)
{
-
/* suppress compiler warning */
- filename = NULL;
+ (void)filename;
/* this module will handle anything you throw at it */
return TRUE;
uint64_t *length_out)
{
struct context *ctx;
- char *outbuf;
if (!o) {
sr_err("csv out: %s: o was NULL", __func__);