mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8056039: Hotspot does not compile with clang 3.4 on Linux
Reviewed-by: brutisso, sla
This commit is contained in:
parent
b9d46eee2c
commit
a2d9ba3fd6
7 changed files with 7 additions and 45 deletions
|
@ -66,6 +66,9 @@
|
|||
#ifndef ATTRIBUTE_PRINTF
|
||||
#define ATTRIBUTE_PRINTF(fmt, vargs)
|
||||
#endif
|
||||
#ifndef ATTRIBUTE_SCANF
|
||||
#define ATTRIBUTE_SCANF(fmt, vargs)
|
||||
#endif
|
||||
|
||||
|
||||
#include "utilities/macros.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue