1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

ldb_parse_test: studio compiler doesn't like empty struct definitions

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Björn Jacke 2020-10-26 12:49:05 +01:00 committed by Andrew Bartlett
parent 918317124a
commit c305ab0770

View File

@ -27,9 +27,7 @@
#include "../include/ldb.h"
struct test_ctx
{
};
struct test_ctx { uint8_t dummy; };
static int setup(void **state)
{