MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / cast_away_const

Function cast_away_const

TheForceEngine/TFE_System/cJSON.c:2007–2010  ·  view source on GitHub ↗

helper function to cast away const */

Source from the content-addressed store, hash-verified

2005#endif
2006/* helper function to cast away const */
2007static void* cast_away_const(const void* string)
2008{
2009 return (void*)string;
2010}
2011#if defined(__clang__) || (defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5))))
2012 #pragma GCC diagnostic pop
2013#endif

Callers 4

add_item_to_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected