From 98d65d94385d772c0b9c424119526e17ae5cc4e2 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 18 Mar 2008 23:00:20 +0000 Subject: [PATCH] fix "make check" for changes in slurm v1.3 --- testsuite/slurm_unit/common/pack-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/slurm_unit/common/pack-test.c b/testsuite/slurm_unit/common/pack-test.c index 0d7f55a1a6a..3cd617b922c 100644 --- a/testsuite/slurm_unit/common/pack-test.c +++ b/testsuite/slurm_unit/common/pack-test.c @@ -32,8 +32,8 @@ int main (int argc, char *argv[]) { Buf buffer; - uint16_t test16 = 1234, out16, byte_cnt; - uint32_t test32 = 5678, out32; + uint16_t test16 = 1234, out16; + uint32_t test32 = 5678, out32, byte_cnt; char testbytes[] = "TEST BYTES", *outbytes; char teststring[] = "TEST STRING", *outstring = NULL; char *nullstr = NULL; -- GitLab