Replacement of some gint32 fields with enums may cause "warning: passing argument xxx from incompatible pointer type" or something similar at compile time but it's safe from the ABI prospective because those enums have the same size as gint32 (and that's checked at compiled time). It may, however, cause compilation errors in the projects compiled with -Werror
6 lines
78 B
Makefile
6 lines
78 B
Makefile
# -*- Mode: makefile-gmake -*-
|
|
|
|
EXE = unit_client
|
|
|
|
include ../common/Makefile
|