parent
ef694e9ca5
commit
f232f342e7
|
@ -259,7 +259,7 @@ for dumpfile in dumpfiles:
|
||||||
# warn about _TIME_BITS not being defined
|
# warn about _TIME_BITS not being defined
|
||||||
if time_bits_defined == False:
|
if time_bits_defined == False:
|
||||||
reportDirDiag(args.template,
|
reportDirDiag(args.template,
|
||||||
cfg, srcfile, srclinenr, directive, 'warning',
|
cfg, srcfile, srclinenr, directive, 'warning',
|
||||||
'_USE_TIME_BITS64 is defined but _TIME_BITS was not')
|
'_USE_TIME_BITS64 is defined but _TIME_BITS was not')
|
||||||
elif re_undef_use_time_bits64.match(directive.str):
|
elif re_undef_use_time_bits64.match(directive.str):
|
||||||
unsafe = int(srclinenr)
|
unsafe = int(srclinenr)
|
||||||
|
|
Loading…
Reference in New Issue