Browse Source
Older versions of include-what-you-use do not understand stdint.h for some reason, so add some local configuration for this for now.zrythm_meson

2 changed files with 10 additions and 0 deletions
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
{ |
||||
"version": "1.0.0", |
||||
"mapping_files": [".includes.imp"] |
||||
} |
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
[ |
||||
{ "symbol": [ "int64_t", "private", "<stdint.h>", "public" ] }, |
||||
{ "symbol": [ "uint32_t", "private", "<stdint.h>", "public" ] }, |
||||
{ "symbol": [ "uint64_t", "private", "<stdint.h>", "public" ] }, |
||||
{ "symbol": [ "uint8_t", "private", "<stdint.h>", "public" ] }, |
||||
] |
Loading…
Reference in new issue