D10995: Fix some compile warnings

Elvis Angelaccio noreply at phabricator.kde.org
Mon Mar 5 21:28:42 GMT 2018


elvisangelaccio requested changes to this revision.
elvisangelaccio added a comment.


  Commit reverted, please be careful before using `arc land`.

INLINE COMMENTS

> dolphintabwidget.cpp:94-97
> +#pragma GCC diagnostic push
> +#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
>              tabPageAt(i)->restoreStateV1(state);
> +#pragma GCC diagnostic pop

Please remove. Warnings should be either fixed or hidden by a custom compiler config (you may want to try some cmake magic to override the gcc flags). Not in the code.

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D10995

To: rominf, #dolphin, markg, elvisangelaccio
Cc: rkflx, elvisangelaccio, #dolphin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180305/87303891/attachment.htm>


More information about the kfm-devel mailing list