wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Enable stricter type warnings for those types marked with __attribute((bitwise)) #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As in Linux, FreeNOS used the __attribute((bitwise)) in Types.h to perform
strict type
warnings, which is especially useful in the filesystems code, where correct
endianess
is very important. However, those warnings are currently not enabled in our
SCons scripts.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:25