X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fvendor%2Fmsgpack%2Futil.h;fp=src%2Fvendor%2Fmsgpack%2Futil.h;h=959b56bec04c3b236facb9830653915222c27ec8;hp=0000000000000000000000000000000000000000;hb=116a02e33a6aba03128c268c333e1c35584848d2;hpb=267d66aaabfe8f520be83749fe75505ddf2d086f diff --git a/src/vendor/msgpack/util.h b/src/vendor/msgpack/util.h new file mode 100644 index 000000000..959b56bec --- /dev/null +++ b/src/vendor/msgpack/util.h @@ -0,0 +1,15 @@ +/* + * MessagePack for C utilities + * + * Copyright (C) 2014 FURUHASHI Sadayuki + * + * Distributed under the Boost Software License, Version 1.0. + * (See accompanying file LICENSE_1_0.txt or copy at + * http://www.boost.org/LICENSE_1_0.txt) + */ +#ifndef MSGPACK_UTIL_H +#define MSGPACK_UTIL_H + +#define MSGPACK_UNUSED(a) (void)(a) + +#endif /* MSGPACK_UTIL_H */