mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix build for gcc 4.4.6
This commit is contained in:
parent
80fc92defe
commit
2d5dc47367
@ -114,11 +114,6 @@ void parse_options (int argc, char **argv)
|
||||
|
||||
.add("", ¶m.input_filename, "", "")
|
||||
.add("", ¶m.output_filename, "", "")
|
||||
|
||||
// deprecated
|
||||
.add("font-format", &deprecated_string, "", "", [] (const char*) {
|
||||
cerr << "warning: --font-format is deprecated, @font-face format is inferred from --font-suffix" << endl;
|
||||
})
|
||||
;
|
||||
|
||||
try
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <cstring>
|
||||
|
||||
#include "encoding.h"
|
||||
#include "const.h" // for nullptr
|
||||
|
||||
namespace pdf2htmlEX {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user