diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-08 13:27:09 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-08 13:27:09 +0100 |
commit | 6a6b10be7642e59ae40f9911282a8e2aa2601d82 (patch) | |
tree | 990f445224d9b1f692108965337bdc1dcb0fa3b1 /src/location-manual.c | |
parent | Unlist redshift/issues/291: rejected: will not break backwards compatibility (diff) | |
download | redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.gz redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.bz2 redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.xz |
misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/location-manual.c')
-rw-r--r-- | src/location-manual.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location-manual.c b/src/location-manual.c index 90f30bd..aeffa10 100644 --- a/src/location-manual.c +++ b/src/location-manual.c @@ -34,6 +34,7 @@ location_manual_init(struct location_state **state) return 0; } +GCC_ONLY(__attribute__((__pure__))) static int location_manual_start(struct location_state *state) { |