summaryrefslogtreecommitdiff
path: root/src/lib/tng_io.c
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-09 13:29:22 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-09 15:14:32 (GMT)
commit5efad15b0254e6b2dc213865e88d8a1ea7419454 (patch)
tree7abca9d59e2c243d4897f942be4f0c831c2d07df /src/lib/tng_io.c
parentea37cbf48b84b75a9ec535af679d6104757e4271 (diff)
Fix build issues.
Diffstat (limited to 'src/lib/tng_io.c')
-rw-r--r--src/lib/tng_io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c
index ecfb4c5..a4fe668 100644
--- a/src/lib/tng_io.c
+++ b/src/lib/tng_io.c
@@ -4100,6 +4100,7 @@ static tng_function_status tng_gzip_uncompress(tng_trajectory_t tng_data,
void *start_pos,
unsigned long uncompressed_len)
{
+ (void)tng_data;
Bytef *dest;
char *temp;
unsigned long stat;
@@ -4174,6 +4175,7 @@ static tng_function_status tng_allocate_particle_data_mem
const int64_t n_particles,
const int64_t n_values_per_frame)
{
+ (void)tng_data;
void ***values;
int64_t i, j, k, size, frame_alloc;
contact: Jan Huwald // Impressum