Hi, > Maybe I should move the code to a separate source file so it can be > built with different compiler flags, without needing #pragma? I don't > feel like building all gtk code with -Wno-deprecated-declarations ...
Hmm, that idea doesn't fly, seems per-object cflags don't work for object files which get linked into a module. Other ideas anyone? cheers, Gerd
