The directory libwww2 now compiles without any warnings with gcc and clang.
Some functions that ought to return a value call return without any value. This commit adds a dummy value to each of those returns so that clang stops complaining.