VirtualBox

Ignore:
Timestamp:
Jul 1, 2021 8:17:41 AM (4 years ago)
Author:
vboxsync
Message:

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/Python/Ecc/c.py

    r85718 r89983  
    33#
    44# Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>
     5# Copyright (c) 2020, Arm Limited. All rights reserved.<BR>
    56# SPDX-License-Identifier: BSD-2-Clause-Patent
    67#
     
    6566    Str = Str.replace('#', '# ')
    6667    List = Str.split()
    67     if List[1] == 'include':
     68    if len(List) < 2:
     69        pass
     70    elif List[1] == 'include':
    6871        Type = DataClass.MODEL_IDENTIFIER_INCLUDE
    6972    elif List[1] == 'define':
     
    15581561
    15591562        for Result in ResultSet:
    1560             if len(Result[1]) > 0 and 'CONST' not in Result[3]:
     1563            if len(Result[1]) > 0 and 'CONST' not in Result[3] and 'STATIC' not in Result[3]:
    15611564                PrintErrorMsg(ERROR_C_FUNCTION_LAYOUT_CHECK_NO_INIT_OF_VARIABLE, 'Variable Name: %s' % Result[0], FileTable, Result[2])
    15621565
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette