Fix compile warning
This commit is contained in:
parent
e6b1769549
commit
f54e44ac8f
@ -2,7 +2,7 @@
|
|||||||
#include <xs.h>
|
#include <xs.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
struct xs_handle *xs;
|
struct xs_handle *xs;
|
||||||
unsigned int count;
|
unsigned int count;
|
||||||
@ -25,4 +25,5 @@ main(int argc, char **argv)
|
|||||||
free(vec);
|
free(vec);
|
||||||
vec = xs_read_watch(xs, &count);
|
vec = xs_read_watch(xs, &count);
|
||||||
free(vec);
|
free(vec);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user