Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make sure that postject-api.h compiles without warnings
Fixes the following error I came across while integrating Postject in Node.js: ```console ../deps/postject/src/dist/postject-api.h:30:13: error: unused function 'postject_options_init' [-Werror,-Wunused-function] static void postject_options_init(struct postject_options* options) { ^ 1 error generated. ``` Refs: nodejs/node#45038 Signed-off-by: Darshan Sen <raisinten@gmail.com>
- Loading branch information