8022263: use same Clang warnings on BSD as on Linux

Reviewed-by: kvn, iveresov
This commit is contained in:
Christian Thalinger 2014-01-07 14:26:12 -08:00
parent 417b5f07b7
commit dd042bf16e
5 changed files with 5 additions and 50 deletions

View file

@ -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