Files
FairMQ/fairmq
Dennis Klein 4b2c6cafac build: avoid -Wignored-attributes on the popen deleter
- glibc declares pclose with function attributes (nothrow/leaf), so
  decltype(pclose)* carries attributes that gcc ignores on the unique_ptr
  template argument, emitting -Wignored-attributes
- spell the deleter as a plain int(*)(FILE*) instead; pclose converts to
  it silently and the deleter behaves identically (both popen branches)
2026-06-09 23:00:58 +02:00
..
2024-02-19 22:09:54 +01:00
2022-08-12 01:50:14 +02:00
2025-01-07 17:41:30 +01:00
2025-01-07 17:41:30 +01:00
2023-03-03 12:49:37 +01:00
2021-01-25 13:46:40 +01:00
2025-01-07 17:41:30 +01:00
2022-01-24 06:40:24 +01:00
2019-07-10 19:35:18 +02:00
2024-05-23 15:54:24 +02:00
2021-01-25 13:46:40 +01:00
2021-01-25 13:46:40 +01:00
2025-01-07 17:41:30 +01:00
2025-01-07 17:41:30 +01:00
2025-01-07 17:41:30 +01:00
2025-01-09 17:09:57 +01:00