mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
build: Suppress compiler warning if compiled with G_DISABLE_ASSERT
This is similar to 0be63575ff
but for
test-file-collection.c.
Fixes #36.
This commit is contained in:
parent
cf21ad50b6
commit
e6881d4ff1
@ -1,11 +1,15 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#undef G_DISABLE_ASSERT
|
||||||
|
|
||||||
#include "egg/egg-testing.h"
|
#include "egg/egg-testing.h"
|
||||||
#include "secret-file-collection.h"
|
#include "secret-file-collection.h"
|
||||||
#include "secret-retrievable.h"
|
#include "secret-retrievable.h"
|
||||||
#include "secret-schema.h"
|
#include "secret-schema.h"
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
gchar *directory;
|
gchar *directory;
|
||||||
GMainLoop *loop;
|
GMainLoop *loop;
|
||||||
|
Loading…
Reference in New Issue
Block a user