[libkexiv2] [Bug 454050] libkexiv2 GIT fails to build

2022-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=454050

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/libkexiv2/commit/d0d6b
   ||191ebc1bdd2d1b722ee243b09ab
   ||ac5e5629
 Status|REPORTED|RESOLVED

--- Comment #1 from Nicolas Fella  ---
Git commit d0d6b191ebc1bdd2d1b722ee243b09abac5e5629 by Nicolas Fella.
Committed on 19/05/2022 at 20:38.
Pushed by nicolasfella into branch 'master'.

Remove usage of register keyword

It serves no purpose and is invalid C++17

M  +1-1src/kexiv2_p.cpp

https://invent.kde.org/graphics/libkexiv2/commit/d0d6b191ebc1bdd2d1b722ee243b09abac5e5629

-- 
You are receiving this mail because:
You are watching all bug changes.

[libkexiv2] [Bug 454050] libkexiv2 GIT fails to build

2022-05-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=454050

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/graphics/libkexiv2/-/merge_requests/8

-- 
You are receiving this mail because:
You are watching all bug changes.

[libkexiv2] [Bug 454050] libkexiv2 GIT fails to build

2022-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=454050

--- Comment #3 from Nicolas Fella  ---
Git commit 6dce742b86d6f1a42f80017868759a8dca677b1d by Nicolas Fella.
Committed on 19/05/2022 at 20:44.
Pushed by nicolasfella into branch 'master'.

Lower C++ standard from 17 to 14

exiv is not C++17 compatible

It uses e.g. auto_ptr in its headers

M  +3-0CMakeLists.txt

https://invent.kde.org/graphics/libkexiv2/commit/6dce742b86d6f1a42f80017868759a8dca677b1d

-- 
You are receiving this mail because:
You are watching all bug changes.

[libkexiv2] [Bug 454050] libkexiv2 GIT fails to build

2022-05-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=454050

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/libkexiv2/commit/d0d6b |hics/libkexiv2/commit/54a2c
   |191ebc1bdd2d1b722ee243b09ab |9c974291a42959d5721a3dcb3b5
   |ac5e5629|ade80522

--- Comment #4 from Nicolas Fella  ---
Git commit 54a2c9c974291a42959d5721a3dcb3b5ade80522 by Nicolas Fella.
Committed on 19/05/2022 at 20:39.
Pushed by nicolasfella into branch 'release/22.04'.

Remove usage of register keyword

It serves no purpose and is invalid C++17
(cherry picked from commit d0d6b191ebc1bdd2d1b722ee243b09abac5e5629)

M  +1-1src/kexiv2_p.cpp

https://invent.kde.org/graphics/libkexiv2/commit/54a2c9c974291a42959d5721a3dcb3b5ade80522

-- 
You are receiving this mail because:
You are watching all bug changes.