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:
parent
918317124a
commit
c305ab0770
@ -27,9 +27,7 @@
|
||||
|
||||
#include "../include/ldb.h"
|
||||
|
||||
struct test_ctx
|
||||
{
|
||||
};
|
||||
struct test_ctx { uint8_t dummy; };
|
||||
|
||||
static int setup(void **state)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user