Stream: brlcad

Topic: tbl.c


view this post on Zulip starseeker (Nov 30 2020 at 18:32):

src/libbu/tbl.c:208:24: error: zero-length gnu_printf format string [-Werror=format-zero-length]
 208 |      ft_printf(tbl->t, "");

view this post on Zulip Sean (Nov 30 2020 at 18:32):

k

view this post on Zulip starseeker (Nov 30 2020 at 18:33):

also tbl.c:227:21 and tbl.c:242:20 - same error

view this post on Zulip Sean (Nov 30 2020 at 18:33):

yeah, will look into a solution -- it's intentional for writing an empty string

view this post on Zulip Sean (Nov 30 2020 at 18:36):

committed a possible workaround

view this post on Zulip starseeker (Nov 30 2020 at 19:41):

think that's got it

view this post on Zulip starseeker (Dec 07 2020 at 04:50):

@Sean I think you may have handled it already a different way, but it looks like the libfort dev may have addressed the setting-to-non-existent cell issue: https://github.com/seleznevae/libfort/issues/58

view this post on Zulip Sean (Dec 07 2020 at 06:38):

Thanks, yeah, I wasn't relying on that behavior -- just ran across it in testing so duty called to report it.

view this post on Zulip Sean (Dec 07 2020 at 06:39):

Only think I'm missing is sorting which would be pretty easy to implement, but he's apparently got that in a branch pending.


Last updated: Oct 09 2024 at 00:44 UTC