Skip to content
Snippets Groups Projects
Commit 98d65d94 authored by Moe Jette's avatar Moe Jette
Browse files

fix "make check" for changes in slurm v1.3

parent 30db518a
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
int main (int argc, char *argv[]) int main (int argc, char *argv[])
{ {
Buf buffer; Buf buffer;
uint16_t test16 = 1234, out16, byte_cnt; uint16_t test16 = 1234, out16;
uint32_t test32 = 5678, out32; uint32_t test32 = 5678, out32, byte_cnt;
char testbytes[] = "TEST BYTES", *outbytes; char testbytes[] = "TEST BYTES", *outbytes;
char teststring[] = "TEST STRING", *outstring = NULL; char teststring[] = "TEST STRING", *outstring = NULL;
char *nullstr = NULL; char *nullstr = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment