File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 26
26
27
27
// Decodes a v8::Local<v8::String> or Buffer to a raw char*
28
28
29
- #if (__GNUC__ >= 8) && !defined(__clang__)
30
- #pragma GCC diagnostic push
31
- #pragma GCC diagnostic ignored "-Wcast-function-type"
32
- #endif
33
29
#include " v8.h"
34
- #if (__GNUC__ >= 8) && !defined(__clang__)
35
- #pragma GCC diagnostic pop
36
- #endif
37
30
#include " env-inl.h"
38
31
39
32
#include < string>
Original file line number Diff line number Diff line change 1
- #if (__GNUC__ >= 8) && !defined(__clang__)
2
- #pragma GCC diagnostic push
3
- #pragma GCC diagnostic ignored "-Wcast-function-type"
4
- #endif
5
1
#include " v8.h"
6
- #if (__GNUC__ >= 8) && !defined(__clang__)
7
- #pragma GCC diagnostic pop
8
- #endif
9
2
#include " aliased_buffer.h"
10
3
#include " node_test_fixture.h"
11
4
You can’t perform that action at this time.
0 commit comments