No warning for module global variable which is set but never used

webmaster webmaster@defcon-cc.org
Wed Dec 9 09:25:29 GMT 2020


Hello,I'm wondering why GCC does not throw any warning when a module global variable is set (write) but never used (read).Is this behavior wanted? Does it makes sense to add such warning?Greets


More information about the Gcc mailing list