mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 05:18:33 +02:00
pam: Add helper to replace G_GNUC_UNUSED to copy/paste header
This commit is contained in:
parent
6e3b053372
commit
0bdf801043
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define GNUC_UNUSED __attribute__((__unused__))
|
||||
|
||||
struct {
|
||||
const char *dbus_name;
|
||||
const char *place_str_generic;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue