diff --git a/libsndio/aucat.c b/libsndio/aucat.c index c6a3ac2..40c7a0d 100644 --- a/libsndio/aucat.c +++ b/libsndio/aucat.c @@ -251,6 +251,9 @@ aucat_mkcookie(unsigned char *cookie) size_t home_len, path_len; int fd, len; + /* please gcc */ + path_len = 0xdeadbeef; + /* * try to load the cookie */