Mageia Bugzilla – Attachment 13134 Details for
Bug 30060
Package proposals for darktable 3.8.1 and for exiv2 0.27.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
darktable compiler patch
darktable-3.8.0-compiler_fix.patch (text/plain), 1.08 KB, created by
christian barranco
on 2022-02-17 09:16:37 CET
(
hide
)
Description:
darktable compiler patch
Filename:
MIME Type:
Creator:
christian barranco
Created:
2022-02-17 09:16:37 CET
Size:
1.08 KB
patch
obsolete
>--- darktable-master-patch/src/external/rawspeed/cmake/compiler-warnings-gcc.cmake 2022-01-19 22:58:02.000000000 +0100 >+++ darktable-master-patch/src/external/rawspeed/cmake/compiler-warnings-gcc.cmake.old-style-cast 2022-01-20 13:48:39.440124269 +0100 >@@ -13,7 +13,7 @@ set (GCC_WARNING_FLAGS > "extra-semi" > "format=2" > # "missing-prototypes" >- "old-style-casts" >+ "old-style-cast" > "pointer-arith" > # "strict-prototypes" > # "suggest-attribute=const" >--- darktable-master-patch/cmake/compiler-warnings.cmake 2022-01-19 22:56:25.000000000 +0100 >+++ darktable-master-patch/cmake/compiler-warnings.cmake.safety 2022-01-20 14:24:58.525081635 +0100 >@@ -26,7 +26,8 @@ CHECK_COMPILER_FLAG_AND_ENABLE_IT(-Wvla) > > CHECK_C_COMPILER_FLAG_AND_ENABLE_IT(-Wold-style-declaration) > >-CHECK_COMPILER_FLAG_AND_ENABLE_IT(-Wthread-safety) >+#option error with Mageia 8 >+#CHECK_COMPILER_FLAG_AND_ENABLE_IT(-Wthread-safety) > > # since checking if defined(__GNUC__) is not enough to prevent Clang from using GCC-specific pragmas > # (so Clang defines __GNUC__ ???) we need to disable the warnings about unknown pragmas
--- darktable-master-patch/src/external/rawspeed/cmake/compiler-warnings-gcc.cmake 2022-01-19 22:58:02.000000000 +0100 +++ darktable-master-patch/src/external/rawspeed/cmake/compiler-warnings-gcc.cmake.old-style-cast 2022-01-20 13:48:39.440124269 +0100 @@ -13,7 +13,7 @@ set (GCC_WARNING_FLAGS "extra-semi" "format=2" # "missing-prototypes" - "old-style-casts" + "old-style-cast" "pointer-arith" # "strict-prototypes" # "suggest-attribute=const" --- darktable-master-patch/cmake/compiler-warnings.cmake 2022-01-19 22:56:25.000000000 +0100 +++ darktable-master-patch/cmake/compiler-warnings.cmake.safety 2022-01-20 14:24:58.525081635 +0100 @@ -26,7 +26,8 @@ CHECK_COMPILER_FLAG_AND_ENABLE_IT(-Wvla) CHECK_C_COMPILER_FLAG_AND_ENABLE_IT(-Wold-style-declaration) -CHECK_COMPILER_FLAG_AND_ENABLE_IT(-Wthread-safety) +#option error with Mageia 8 +#CHECK_COMPILER_FLAG_AND_ENABLE_IT(-Wthread-safety) # since checking if defined(__GNUC__) is not enough to prevent Clang from using GCC-specific pragmas # (so Clang defines __GNUC__ ???) we need to disable the warnings about unknown pragmas
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30060
:
13132
|
13133
| 13134 |
13135
|
13136
|
13137
|
13140
|
13141
|
13142
|
13143
|
13144
|
13145