#
1705656e |
| 24-May-2019 |
Augustin Cavalier <waddlesplash@gmail.com> |
Add (void*) casts to memcpy/memset invocations to appease GCC 8.
A lot of these classes are not *technically* "trivially copyable" for one reason or another, but in all of these cases it seems OK to
Add (void*) casts to memcpy/memset invocations to appease GCC 8.
A lot of these classes are not *technically* "trivially copyable" for one reason or another, but in all of these cases it seems OK to me to use memcpy/memset on them. Adding a cast to void* tells GCC that "I know what I'm doing here" and shuts up the warning.
show more ...
|
#
4225e5b7 |
| 03-Jul-2010 |
Stefano Ceccherini <stefano.ceccherini@gmail.com> |
Use the Bfont object to discriminate between fonts (as in Dano) and not just size and code. Style cleanups.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37369 a95241bf-73f2-0310-859d-f6bbb57
Use the Bfont object to discriminate between fonts (as in Dano) and not just size and code. Style cleanups.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37369 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
a2fab562 |
| 04-Nov-2004 |
Stefano Ceccherini <stefano.ceccherini@gmail.com> |
Added a debugger call in case the reallocation fails. We can't handle an allocation failure there (at least for now). Took the chance to stylize the code.
git-svn-id: file:///srv/svn/repos/haiku/tr
Added a debugger call in case the reallocation fails. We can't handle an allocation failure there (at least for now). Took the chance to stylize the code.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9782 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
f1569dbb |
| 15-Jan-2004 |
Stefano Ceccherini <stefano.ceccherini@gmail.com> |
Moved some headers here so they can be included by Globals.cpp in the interface kit folder
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6092 a95241bf-73f2-0310-859d-f6bbb57e9c96
|