Changeset 100007 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 30, 2023 6:31:13 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/fdt.cpp
r100006 r100007 120 120 static int rtFdtDtbHdr_Validate(PCDTBFDTHDR pDtbHdr, uint64_t cbDtb, PRTERRINFO pErrInfo) 121 121 { 122 RT_NOREF(pDtbHdr, cbDtb, pErrInfo); 122 123 return VINF_SUCCESS; 123 124 } … … 152 153 if (RT_SUCCESS(rc)) 153 154 { 154 155 RT_NOREF(phFdt); 155 156 } 156 157 }
Note:
See TracChangeset
for help on using the changeset viewer.