mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
Do a pass of compiler warning fixes.
This is really making me question not using 64-bit integers more.
This commit is contained in:
parent
243e1d8462
commit
58240fdb33
21 changed files with 89 additions and 84 deletions
|
@ -15,7 +15,7 @@ public:
|
|||
~SharedMemory();
|
||||
|
||||
String name() const { return m_name; }
|
||||
KResult truncate(int);
|
||||
KResult truncate(off_t);
|
||||
VMObject* vmo() { return m_vmo.ptr(); }
|
||||
const VMObject* vmo() const { return m_vmo.ptr(); }
|
||||
uid_t uid() const { return m_uid; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue