Casper Hornstrup wrote:
- DBG = 0 and GCC 4 creates a load of new warnings that weren't there
before. For example, I can't build ntoskrnl anymore. This is because it's detecting "uninitialized variables" which are actually being initalized by the macros themselves (see mm/pe.c and elf.inc.h). This did not happen before rbuild.
I have no idea what is different. Is the gcc command line different?
I'll revert and check. I think it's related to include files or something. I'll check the cmd line.
Best regards, Alex Ionescu