Browse Source

remove long long from union param_value_u

The long long was mistakenly added when debugging an alignment issue
on x86_64.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
sbg
Mark Charlebois 10 years ago
parent
commit
7c00bf11fd
  1. 1
      src/modules/systemlib/param/param.h

1
src/modules/systemlib/param/param.h

@ -382,7 +382,6 @@ union param_value_u { @@ -382,7 +382,6 @@ union param_value_u {
void *p;
int32_t i;
float f;
long long x;
};
/**

Loading…
Cancel
Save