https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d3f3a97b1e757f86edf30206777b3c9a33f7afcd
commit d3f3a97b1e757f86edf30206777b3c9a33f7afcd Author: Stanislav Motylkov <[email protected]> AuthorDate: Sun Mar 13 17:58:06 2022 +0300 Commit: Stanislav Motylkov <[email protected]> CommitDate: Sun Mar 13 17:58:06 2022 +0300 [DISKPART] Fix GCC build. Addendum to 28d565ae9af. --- base/system/diskpart/list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/base/system/diskpart/list.c b/base/system/diskpart/list.c index 5b3d6438969..dd7e54c8f38 100644 --- a/base/system/diskpart/list.c +++ b/base/system/diskpart/list.c @@ -13,7 +13,6 @@ /* FUNCTIONS ******************************************************************/ -static ULONGLONG RoundingDivide( IN ULONGLONG Dividend,
