[pgadmin-hackers] pgAdmin III commit: Fix compilation on Debian

2011-12-04 Thread Guillaume Lelarge
Fix compilation on Debian We used a wxWidgets internal macro (ATTRIBUTE_PRINTF_1), that Debian get rid of. And wxWidgets 2.9 doesn't have this macro anymore. Actually, it appears we don't need it. It works without the macro, so the patch just drops it. Reports from Gerfried Fuchs, and Philippe

[pgadmin-hackers] pgAdmin III commit: Fix compilation on Debian

2011-12-04 Thread Guillaume Lelarge
Fix compilation on Debian We used a wxWidgets internal macro (ATTRIBUTE_PRINTF_1), that Debian get rid of. And wxWidgets 2.9 doesn't have this macro anymore. Actually, it appears we don't need it. It works without the macro, so the patch just drops it. Reports from Gerfried Fuchs, and Philippe