Changeset 85760 in vbox for trunk/src/VBox/Devices/EFI
- Timestamp:
- Aug 14, 2020 9:07:22 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139909
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/C/VfrCompile/Pccts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.c
r85759 r85760 48 48 # ifdef __GNUC__ 49 49 # pragma GCC diagnostic ignored "-Wunknown-pragmas" 50 # pragma GCC diagnostic ignored "-Wmaybe-uninitialized"51 50 # endif 52 51 #endif … … 1354 1353 char *akaString=NULL; int save_file; int save_line; 1355 1354 char *totext=NULL; 1355 #ifdef VBOX 1356 p = NULL; 1357 #endif 1356 1358 zzmatch(118); zzCONSUME; 1357 1359 zzmatch(TokenTerm); -
trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/C/VfrCompile/Pccts/h/err.h
r80721 r85760 186 186 assert(k <= sizeof(f)/sizeof(f[0])); /* MR20 G. Hobbelt */ 187 187 text[0] = '\0'; 188 #ifdef VBOX 189 memset(f, 0, sizeof(f)); 190 #endif 188 191 for (i=1; i<=k; i++) /* collect all lookahead sets */ 189 192 {
Note:
See TracChangeset
for help on using the changeset viewer.