Browse Source

+ enable uninitilized warnings for static symbols

pierre 26 years ago
parent
commit
723e363363
1 changed files with 6 additions and 1 deletions
  1. 6 1
      compiler/symsym.inc

+ 6 - 1
compiler/symsym.inc

@@ -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