コードは次のとおりです。
Push(size, (POINTER)(GetCar(i) == term_Null()? 0 : 1));
これが C code pushリターン ABCです
typedef POINTER *ABC
typedef void * POINTER
ABC size;
Push(ABC,POINTER);
XYZ GetCar(int);
typedef struct xyz *XYZ;
XYZ term_Null();
long int i;
特定の警告の理由は何ですか?