mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 22:29:58 +02:00
+ enable uninitilized warnings for static symbols
This commit is contained in:
parent
6ca3c0ee87
commit
723e363363
@ -1123,6 +1123,8 @@
|
|||||||
end;
|
end;
|
||||||
staticsymtable :
|
staticsymtable :
|
||||||
begin
|
begin
|
||||||
|
{ enable unitilized warning for local symbols }
|
||||||
|
is_valid := 0;
|
||||||
if (cs_smartlink in aktmoduleswitches) then
|
if (cs_smartlink in aktmoduleswitches) then
|
||||||
bsssegment^.concat(new(pai_cut,init));
|
bsssegment^.concat(new(pai_cut,init));
|
||||||
{$ifdef GDB}
|
{$ifdef GDB}
|
||||||
@ -1868,7 +1870,10 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.76 1999-03-31 13:55:21 peter
|
Revision 1.77 1999-04-08 10:11:32 pierre
|
||||||
|
+ enable uninitilized warnings for static symbols
|
||||||
|
|
||||||
|
Revision 1.76 1999/03/31 13:55:21 peter
|
||||||
* assembler inlining working for ag386bin
|
* assembler inlining working for ag386bin
|
||||||
|
|
||||||
Revision 1.75 1999/03/24 23:17:27 peter
|
Revision 1.75 1999/03/24 23:17:27 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user