A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix some unused-but-set-variable warnings comming from gcc 4.6
[simgrid.git]
/
teshsuite
/
gras
/
datadesc
/
datadesc_usage.c
diff --git
a/teshsuite/gras/datadesc/datadesc_usage.c
b/teshsuite/gras/datadesc/datadesc_usage.c
index
10a5e8b
..
3c2bc0f
100644
(file)
--- a/
teshsuite/gras/datadesc/datadesc_usage.c
+++ b/
teshsuite/gras/datadesc/datadesc_usage.c
@@
-475,12
+475,11
@@
static void test_pbio(gras_socket_t sock, int direction)
{
int cpt;
int cpt2;
- gras_datadesc_type_t pbio_type;
pbio_t i, j;
XBT_INFO
("---- Test on the PBIO IEEE struct (also tests GRAS DEFINE TYPE) ----");
- pbio_type = gras_datadesc_by_symbol(s_pbio);
+ gras_datadesc_by_symbol(s_pbio);
/* Fill in that damn struct */
i.Cnstatv = 325115;