mirror of
https://github.com/fmtlib/fmt.git
synced 2025-10-31 06:01:41 +01:00
Fix sign conversion warnings
This commit is contained in:
@@ -305,7 +305,8 @@ class File {
|
||||
// Closes the file.
|
||||
void close();
|
||||
|
||||
// Returns the file size.
|
||||
// Returns the file size. The size has signed type for consistency with
|
||||
// stat::st_size.
|
||||
LongLong size() const;
|
||||
|
||||
// Attempts to read count bytes from the file into the specified buffer.
|
||||
|
||||
Reference in New Issue
Block a user