Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | groff: Make it build with compile time hardening enabled | Peter Kjellerstedt | 2017-10-04 | 1 | -0/+35 |
This avoids the following error: src/devices/grohtml/post-html.cc: In member function 'void header_desc::write_headings(FILE*, int)': src/devices/grohtml/post-html.cc:1402:32: error: format not a string literal and no format arguments [-Werror=format-security] fprintf(f, buffer.contents()); Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> |