mirror of
https://github.com/ctm/executor.git
synced 2026-04-19 08:22:22 +00:00
Got rid of a lot of warnings when building on Fedora 9 (with gcc 4.3.0)
This commit is contained in:
+28
-28
@@ -55,30 +55,30 @@
|
||||
#define verYugoslavia 25
|
||||
|
||||
typedef struct {
|
||||
Byte decimalPt PACKED;
|
||||
Byte thousSep PACKED;
|
||||
Byte listSep PACKED;
|
||||
Byte currSym1 PACKED;
|
||||
Byte currSym2 PACKED;
|
||||
Byte currSym3 PACKED;
|
||||
Byte currFmt PACKED;
|
||||
Byte dateOrder PACKED;
|
||||
Byte shrtDateFmt PACKED;
|
||||
Byte dateSep PACKED;
|
||||
Byte timeCycle PACKED;
|
||||
Byte timeFmt PACKED;
|
||||
Byte decimalPt LPACKED;
|
||||
Byte thousSep LPACKED;
|
||||
Byte listSep LPACKED;
|
||||
Byte currSym1 LPACKED;
|
||||
Byte currSym2 LPACKED;
|
||||
Byte currSym3 LPACKED;
|
||||
Byte currFmt LPACKED;
|
||||
Byte dateOrder LPACKED;
|
||||
Byte shrtDateFmt LPACKED;
|
||||
Byte dateSep LPACKED;
|
||||
Byte timeCycle LPACKED;
|
||||
Byte timeFmt LPACKED;
|
||||
LONGINT mornStr PACKED;
|
||||
LONGINT eveStr PACKED;
|
||||
Byte timeSep PACKED;
|
||||
Byte time1Suff PACKED;
|
||||
Byte time2Suff PACKED;
|
||||
Byte time3Suff PACKED;
|
||||
Byte time4Suff PACKED;
|
||||
Byte time5Suff PACKED;
|
||||
Byte time6Suff PACKED;
|
||||
Byte time7Suff PACKED;
|
||||
Byte time8Suff PACKED;
|
||||
Byte metricSys PACKED;
|
||||
Byte timeSep LPACKED;
|
||||
Byte time1Suff LPACKED;
|
||||
Byte time2Suff LPACKED;
|
||||
Byte time3Suff LPACKED;
|
||||
Byte time4Suff LPACKED;
|
||||
Byte time5Suff LPACKED;
|
||||
Byte time6Suff LPACKED;
|
||||
Byte time7Suff LPACKED;
|
||||
Byte time8Suff LPACKED;
|
||||
Byte metricSys LPACKED;
|
||||
INTEGER intl0Vers PACKED;
|
||||
} Intl0Rec;
|
||||
typedef Intl0Rec *Intl0Ptr;
|
||||
@@ -88,12 +88,12 @@ typedef HIDDEN_Intl0Ptr *Intl0Hndl;
|
||||
typedef Byte STRING15[16];
|
||||
|
||||
typedef struct {
|
||||
STRING15 days[7] PACKED;
|
||||
STRING15 months[12] PACKED;
|
||||
Byte suppressDay PACKED;
|
||||
Byte lngDateFmt PACKED;
|
||||
Byte dayLeading0 PACKED;
|
||||
Byte abbrLen PACKED;
|
||||
STRING15 days[7] LPACKED;
|
||||
STRING15 months[12] LPACKED;
|
||||
Byte suppressDay LPACKED;
|
||||
Byte lngDateFmt LPACKED;
|
||||
Byte dayLeading0 LPACKED;
|
||||
Byte abbrLen LPACKED;
|
||||
LONGINT st0 PACKED;
|
||||
LONGINT st1 PACKED;
|
||||
LONGINT st2 PACKED;
|
||||
|
||||
Reference in New Issue
Block a user