Forum Discussion
Altera_Forum
Honored Contributor
8 years agoAny body an idee what #define USE_ARG(x) { x = x; } does?
Hello, i am using a cyclone with a nios system and tse_mac. Now unfortunatly i had to port the system from 12.1 to 17, because the modules are damned not reverse compatible! But now i have the...
Altera_Forum
Honored Contributor
8 years agoDoes the function actually use the eth argument? I've seen this kind of macros in some source code where a function doesn't use one of the arguments, to prevent the "unused argument" warning from the compiler.