Yang Yanchao 5e89ed42fd elf: Fix compile error with -Werror and -DNDEBUG
Using -Werror and -DNDEBUG at the same time will trigger the
following compiler error:

cache.c: In function 'save_cache':
cache.c:758:15: error: unused variable 'old_offset' [-Werror=unused-variable]
  758 |       off64_t old_offset = lseek64 (fd, extension_offset, SEEK_SET);
      |               ^~~~~~~~~~

-DNDEBUG disables the assertion, making old_offset unused.
Use __attribute__ ((unused)) to disable this warning.
2022-06-28 10:28:48 +02:00
..
2022-05-16 15:03:49 -03:00
2022-05-16 15:03:49 -03:00
2022-01-03 05:16:03 -08:00
2022-05-16 15:03:49 -03:00
2022-04-19 15:52:27 -07:00
2013-06-05 20:44:03 +00:00
2013-06-05 20:44:03 +00:00
2012-01-07 23:57:22 -05:00
2022-01-31 07:05:48 -08:00
2013-08-21 19:48:48 +02:00
2013-08-21 19:48:48 +02:00
2022-05-30 16:33:54 -03:00
2020-05-18 15:39:34 +02:00
2013-06-05 20:44:03 +00:00
2022-01-18 14:38:15 -03:00
2022-04-07 20:38:23 +02:00
2022-01-31 07:05:48 -08:00
2017-12-15 20:22:29 -08:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2022-04-26 10:16:11 -07:00
2013-10-18 19:45:36 +05:30
2011-09-10 14:34:15 -04:00
2011-09-10 14:34:15 -04:00
2011-09-10 14:34:15 -04:00
2022-01-22 17:31:16 +01:00
2011-08-24 09:32:13 +02:00
2022-01-22 17:31:16 +01:00