Commit c427d7b
increase verbosity of warning about missing __builtin_ declaration
The __builtin_ declarations of gcc and clang are highly version-specific,
and constantly changing. User see a lot of warnings about missing
declarations of __builtin_ functions owing to compiler header files that use
these builtins in inline wrappers. This increases the verbosity level of
these warnings to "debug".1 parent 8646bfa commit c427d7b
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2471 | 2471 | | |
2472 | 2472 | | |
2473 | 2473 | | |
2474 | | - | |
2475 | | - | |
| 2474 | + | |
| 2475 | + | |
| 2476 | + | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
2476 | 2486 | | |
2477 | 2487 | | |
2478 | 2488 | | |
| |||
0 commit comments