This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Is the _initialize* (void) decl needed?


Just FYI,

I've noticed people zapping the apparently redundant declaration
of _initialize* (void) for various files.

The declaration was there to avoid a `gcc -Wmissing-declarations` warning
for that function and hence pave the way for eventually being able to compile
GDB with `-Werror -Wmissing-declarations`.

	definitly a nice day for it,

		Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]