flatmush / dingoo-sdk

Automatically exported from code.google.com/p/dingoo-sdk
2 stars 3 forks source link

assert() is defined as char *, not const char * #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/include/assert.h is incorrectly defining _assert() as char *, which causes 
compilation problems with gcc.

I can fix it myself locally, but it would be better to fix it in the SDK.

Original issue reported on code.google.com by rcl.rs....@gmail.com on 26 Oct 2010 at 12:51

GoogleCodeExporter commented 9 years ago
Try updating your SDK, if you look at the latest source here: 
http://code.google.com/p/dingoo-sdk/source/browse/trunk/dingoo_sdk/src/libc/asse
rt.h
_assert is defined as void.

Original comment by Flatmush@googlemail.com on 14 Nov 2010 at 9:04

GoogleCodeExporter commented 9 years ago

Original comment by hart...@gmail.com on 1 Jan 2011 at 10:46