mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8022263: use same Clang warnings on BSD as on Linux
Reviewed-by: kvn, iveresov
This commit is contained in:
parent
417b5f07b7
commit
dd042bf16e
5 changed files with 5 additions and 50 deletions
|
@ -29,7 +29,6 @@
|
|||
static void usage(ArchDesc& AD); // Print usage message and exit
|
||||
static char *strip_ext(char *fname); // Strip off name extension
|
||||
static char *base_plus_suffix(const char* base, const char *suffix);// New concatenated string
|
||||
static char *prefix_plus_base_plus_suffix(const char* prefix, const char* base, const char *suffix);// New concatenated string
|
||||
static int get_legal_text(FileBuff &fbuf, char **legal_text); // Get pointer to legal text
|
||||
|
||||
ArchDesc* globalAD = NULL; // global reference to Architecture Description object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue