[dolphin] [Bug 482524] dolphin svn plugin: ODR violations when building with LTO

Nikolai Krasheninnikov bugzilla_noreply at kde.org
Tue Apr 2 10:07:57 BST 2024


https://bugs.kde.org/show_bug.cgi?id=482524

Nikolai Krasheninnikov <nkrasheninnikov at yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/sdk/
                   |                            |dolphin-plugins/-/commit/77
                   |                            |2a4d712abcf1c6c86f25bd30678
                   |                            |5815132d886
         Resolution|---                         |FIXED

--- Comment #2 from Nikolai Krasheninnikov <nkrasheninnikov at yandex.ru> ---
Git commit 772a4d712abcf1c6c86f25bd306785815132d886 by Nikolai Krasheninnikov.
Committed on 02/04/2024 at 09:07.
Pushed by nikolaik into branch 'master'.

svn: Fix gcc-13 One Definition Rule compilation error with LTO enabled

columns_t enum defined multiple times in different translation units. Although
this
should not be an error, we move the definition to a separate unnamed namespace.

M  +5    -5    svn/svncommitdialog.cpp
M  +7    -7    svn/svnlogdialog.cpp

https://invent.kde.org/sdk/dolphin-plugins/-/commit/772a4d712abcf1c6c86f25bd306785815132d886

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list