hit9 / todo.c

Command line lightweight todo tool with readable storage , written in C.
BSD 2-Clause "Simplified" License
132 stars 23 forks source link

What is the bug you mentioned in the last commit? #5

Closed simonmysun closed 11 years ago

simonmysun commented 11 years ago

RT

hit9 commented 11 years ago

message " still some warnings" ?

I use uint8 instead of char type. This causes gcc (or other compilers) to report warnings in strict mode (the strict mode is something like -Wall).

But they are safe, just warnings, no errors, no memory leaks.

simonmysun commented 11 years ago

Thx~, sounds great! I'm going to add something to it.

hit9 commented 11 years ago

Thanks to contribute.