Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-20 | array_size: fix spurious test fail with gcc-5 | Rusty Russell | |
It now warns about sizeof(function-param-not-really-an-array). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||
2011-03-22 | array_size: make sure tests work even without GCC features. | Rusty Russell | |
In this case, "work" means "fail to compile cleanly". | |||
2009-02-17 | Finally, ARRAY_SIZE! | Rusty Russell | |