X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Falignof%2Ftest%2Frun.c;h=f36113d18fded305b364f98f5ddd94701be5b660;hp=2da69032a49c210670f43683f5b9f4f309abd54e;hb=0cfe0db35600f63218f4a0999a88930f5268e229;hpb=39150ca863ea2aed45f732346aa23714009a034b;ds=sidebyside diff --git a/ccan/alignof/test/run.c b/ccan/alignof/test/run.c index 2da69032..f36113d1 100644 --- a/ccan/alignof/test/run.c +++ b/ccan/alignof/test/run.c @@ -37,8 +37,7 @@ int main(int argc, char *argv[]) double d; /* Make sure we use all the variables. */ - c = 0; - c2 = c3 = c4 = c; + c = c2 = c3 = c4 = 0; plan_tests(15); ok1((unsigned long)&c % ALIGNOF(char) == 0);