- Oct 17, 2008
-
-
Yang Tse authored
-
- Oct 16, 2008
-
-
Yang Tse authored
-
- Oct 15, 2008
-
-
Yang Tse authored
to the shell echo command are not interpreted when trying to remove extra whitespace from shell variable content.
-
- Oct 14, 2008
-
-
Yang Tse authored
Disable warnings on structure members padding.
-
Yang Tse authored
Remove -b from debug-enabled configuration, as Tiny C might have been built without the memory and bounds checker support.
-
Yang Tse authored
Better disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-declarations -Wmissing-prototypes -Wunused -Wshadow
-
Yang Tse authored
-
Yang Tse authored
-
- Oct 13, 2008
-
-
Yang Tse authored
-
Yang Tse authored
Disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-prototypes -Wunused -Wshadow
-
Yang Tse authored
Do not enable -pedantic when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers.
-
- Oct 12, 2008
- Oct 11, 2008
- Oct 10, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
2) Disable SGI remark: controlling expression is constant
-
Yang Tse authored
-
Yang Tse authored
Due to the HP-UX socklen_t issue it is insane to use the +w1 warning level. It generates more than 1100 warnings on socklen_t related statements. Until the issue is somehow fixed we will just use the +w2 warning level.
-
Yang Tse authored
-
- Oct 09, 2008
- Oct 08, 2008
- Oct 07, 2008
- Oct 02, 2008
-
-
Yang Tse authored
option to specify dis(activation) of picky compiler warnings. If option is specified, it will be honored independant of the --(dis|en)able-debug option. If option is not specified, it will follow --(dis|en)able-debug setting, whose default is disabled if not specified.
-