mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
fix(node): undefine NAPI_EXPERIMENTAL
This fixes build with new clang which treats -Wincompatible-function-pointer-types as an error. Related upstream issue: <https://github.com/nodejs/node/issues/52229>
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#define NAPI_VERSION 4
|
#define NAPI_VERSION 4
|
||||||
#define NAPI_EXPERIMENTAL
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user