nix-super/src/libfetchers
Jörg Thalheim 101915c9b7 enable -Werror=unused-result
Inspired by
010ff57ebb

From the original PR:

> We do not have any of these warnings appearing at the moment, but
> it seems like a good idea to enable [[nodiscard]] checking anyway.
> Once we start introducing more functions with must-use conditions we will
> need such checking, and the rust stdlib has proven them very useful.
2024-07-02 08:46:06 +02:00
..
.version build: meson for libfetchers 2024-06-17 17:25:56 -04:00
attrs.cc Merge remote-tracking branch 'origin/master' into tarball-cache 2023-12-14 13:31:29 +01:00
attrs.hh Add a Git-based content-addressed tarball cache 2023-11-29 12:37:03 +01:00
cache.cc Build the local store on Windows 2024-05-10 13:05:23 -04:00
cache.hh Update src/libfetchers/cache.hh 2024-05-06 21:11:41 +02:00
fetch-settings.cc Split out GlobalConfig into its own header 2024-06-24 11:36:21 -04:00
fetch-settings.hh Split out a new libnixflake 2024-06-26 19:56:21 -04:00
fetch-to-store.cc Merge pull request #10465 from edolstra/remove-locked 2024-05-06 21:32:26 +02:00
fetch-to-store.hh Cleanup ContentAddressMethod to match docs 2024-06-24 10:24:06 -04:00
fetchers.cc Rename Recursive -> NixArchive 2024-06-24 10:24:06 -04:00
fetchers.hh Fix build failure with clang 2024-05-06 13:39:21 -04:00
filtering-source-accessor.cc fix nix edit in pure mode 2024-05-31 10:39:30 +02:00
filtering-source-accessor.hh fix nix edit in pure mode 2024-05-31 10:39:30 +02:00
git-utils.cc Merge pull request #10465 from edolstra/remove-locked 2024-05-06 21:32:26 +02:00
git-utils.hh Rename remaining instances of "InputAccessor" to "SourceAccessor" 2024-05-06 17:29:03 +02:00
git.cc Guard uses of lutimes, for portability 2024-06-24 17:35:34 -04:00
github.cc accept response from gitlab with more than one entry 2024-06-23 00:52:19 +09:00
indirect.cc Merge InputAccessor into SourceAccessor 2024-05-03 12:14:01 +02:00
local.mk Misc Windows fixes 2024-06-01 19:19:35 -04:00
mercurial.cc Cleanup ContentAddressMethod to match docs 2024-06-24 10:24:06 -04:00
meson.build enable -Werror=unused-result 2024-07-02 08:46:06 +02:00
mounted-source-accessor.cc Rename remaining instances of "InputAccessor" to "SourceAccessor" 2024-05-06 17:29:03 +02:00
mounted-source-accessor.hh Rename remaining instances of "InputAccessor" to "SourceAccessor" 2024-05-06 17:29:03 +02:00
package.nix Use lib instead of explicit fileset passing 2024-06-26 04:11:20 +02:00
path.cc Remove FSInputAccessor 2024-05-03 12:30:28 +02:00
registry.cc Split out a new libnixflake 2024-06-26 19:56:21 -04:00
registry.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
store-path-accessor.cc Formatting 2024-05-03 15:41:03 +02:00
store-path-accessor.hh Formatting 2024-05-03 15:41:03 +02:00
tarball.cc add and fix -Wignored-qualifiers 2024-05-17 19:29:50 +02:00
tarball.hh Merge InputAccessor into SourceAccessor 2024-05-03 12:14:01 +02:00