--- a/cmake/compiler_settings.cmake +++ b/cmake/compiler_settings.cmake @@ -53,7 +53,7 @@ macro(set_gcc_flags) endmacro() macro(set_gcc_warnings) - list(APPEND AWS_COMPILER_WARNINGS "-Wall" "-Werror" "-pedantic" "-Wextra") + list(APPEND AWS_COMPILER_WARNINGS "-Wall" "-pedantic" "-Wextra") if(COMPILER_CLANG) if(PLATFORM_ANDROID) # when using clang with libc and API lower than 21 we need to include Android support headers and ignore the gnu-include-next warning. a href='/'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/dezyne.scm
AgeCommit message (Expand)Author
2024-09-06gnu: dezyne: Update to 2.18.3....* gnu/packages/dezyne.scm (dezyne): Update. [propagated]: Move into... [inputs]: ...this. Change-Id: I2da63e128e8f990a409b36ffaa38e56029740292 Janneke Nieuwenhuizen
2024-09-04gnu: dezyne: Resurrect build....This avoids test failures: +guile: warning: failed to install locale * gnu/packages/dezyne.scm (dezyne)[inputs]: Add libc-utf8-locales-for-target. Change-Id: I2da63e128e8f990a409b36ffaa38e56029740292 Janneke Nieuwenhuizen
2024-08-31gnu: dezyne: Import the correct set of modules....* gnu/packages/dezyne.scm (dezyne) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I958d326f2907b2a4e07d0897b0e008224c125dc9 Maxim Cournoyer
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer
2024-05-02gnu: dezyne: Update to 2.18.2....* gnu/packages/dezyne.scm (dezyne)[version,source]: Update to 2.18.2. Change-Id: I604b4dc405c28a7ee711ae9f00106ab1b0685f9f Janneke Nieuwenhuizen
2024-03-04gnu: dezyne: Update to 2.18.1....* gnu/packages/dezyne.scm (dezyne): Update to 2.18.1. Change-Id: I8750035237cd0784ab4244af034dc28549e54dd5 Janneke Nieuwenhuizen