genode/base/include/rm_session
Norman Feske 839c0263c9 Fix warning on 64bit
Because the template instantiation rules of C++ do not deal well with
null pointers specified as '0', the constructor of 'Local_addr' was
instantiated for [T = int], which does not make sense. To avoid the
warning "cast to pointer from integer of different size", we need to
explicitly state that '0' is a pointer. In C++11, there is the 'nullptr'
keyword, but until we switch to this version, we have to state (void *)0.
2013-03-22 12:41:21 +01:00
..
capability.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
client.h l4lx: allocate memory in chunks 2013-03-20 14:22:04 +01:00
connection.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rm_session.h Fix warning on 64bit 2013-03-22 12:41:21 +01:00