Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/c86541548d66c15f139dd48856e17b6cf11c50c0
>---------------------------------------------------------------
commit c86541548d66c15f139dd48856e17b6cf11c50c0
Author: Alex Alabuzhev <
alab...@gmail.com>
Date: Sun Aug 31 20:52:13 2025 +0100
Fix gcc guild
>---------------------------------------------------------------
c86541548d66c15f139dd48856e17b6cf11c50c0
far/platform.fs.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/far/platform.fs.cpp b/far/platform.fs.cpp
index 45d68e8a5..192f179e7 100644
--- a/far/platform.fs.cpp
+++ b/far/platform.fs.cpp
@@ -1438,10 +1438,10 @@ namespace os::fs
WARNING_PUSH()
WARNING_DISABLE_CLANG("-Wmissing-noreturn")
filebuf::int_type filebuf::pbackfail(int_type Ch)
-WARNING_POP()
{
throw far_fatal_exception(L"Not implemented"sv);
}
+WARNING_POP()
void filebuf::reset_get_area()
{