after changing line 66 in wordpress-importer.php from this:
function WP_Import() { /* nothing */ }
to this:
function __constructor() { /* nothing */ }
the warning dissapeared.
You’re absolutely right, but keep in mind that the code above may break a lot of plugins that list post/page titles, especially in terms of layout.