mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
Placated unreferenced types.
This commit is contained in:
@@ -205,6 +205,7 @@ static struct Section *create_section(char *name)
|
||||
|
||||
static void bin_cleanup(int debuginfo)
|
||||
{
|
||||
(void)debuginfo; /* placate optimizers */
|
||||
struct Section *g, **gp;
|
||||
struct Section *gs = NULL, **gsp;
|
||||
struct Section *s, **sp;
|
||||
@@ -1384,6 +1385,8 @@ static int32_t bin_segbase(int32_t segment)
|
||||
|
||||
static int bin_set_info(enum geninfo type, char **val)
|
||||
{
|
||||
(void)type;
|
||||
(void)val;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user