Home > Back-end >  VS with __attribute__ ((unused)) alternatives?
VS with __attribute__ ((unused)) alternatives?

Time:01-28

I'm trying to study a book c code, which USES __attribute__ ((unused)), to tell the compiler may not use the variable or function, only the GCC support this usage,
But I want to move the code to Windows, compiled using MSVC vs2019, the alternatives are available?
Thank you bosses!
  • Related