
31 Oct
2011
31 Oct
'11
10:15 p.m.
On Sun, Oct 30, 2011 at 7:54 PM, Mike Frysinger vapier@gentoo.org wrote:
-static void print_num(const char *, ulong); +__maybe_unused +static void print_num(const char *name, ulong value) +{
- printf("%-12s= 0x%08lX\n", name, value);
+}
Will the linker remove the functions from the binary if they are unusued?
--
Timur Tabi
Linux kernel developer at Freescale