purple: add simple source upward compatibility path
commit548767cadb370e5f59f907dd946d76e7b3884947
authorStefan Becker <chemobejk@gmail.com>
Fri, 26 Aug 2011 21:11:59 +0000 (27 00:11 +0300)
committerStefan Becker <chemobejk@gmail.com>
Fri, 26 Aug 2011 21:11:59 +0000 (27 00:11 +0300)
tree777fa5af67ba5eafce7f7e05a7653bc3c897eb91
parentea674a7caa42d032c0b0a71086962904e82968fd
purple: add simple source upward compatibility path

Lower one GCC error to a warning around the purple plugin callback table.
If a newer libpurple API adds more entries to this table then the source
code will still compile, i.e. an older pidgin-sipe release will most
likely still be compilable against a newer Pidgin release.

A compromise between strict error checking and user friendliness.
src/purple/purple-plugin.c