From: hades Date: Tue, 16 Nov 1999 14:05:36 +0000 (+0000) Subject: avoid compiler warning X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2d502c772b94d03617c4a9f8352883187fc0481a;p=daqdata.git avoid compiler warning --- diff --git a/hadaq/pkt.h b/hadaq/pkt.h index fe58506..89f3d29 100644 --- a/hadaq/pkt.h +++ b/hadaq/pkt.h @@ -44,7 +44,7 @@ void *newPkt(UInt4 decoding, UInt4 id, UInt4 seqNr); void deletePkt(void *my); void *Pkt_appendData(void *my, const void *data, size_t size); -static enum PktIdx { +enum PktIdx { PktIdx_size, PktIdx_decoding, PktIdx_id,