Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ../../../libcpp/expr.c: В функции «unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)»:
- ../../../libcpp/expr.c:680:35: ошибка: формат не является строковой константой, и не заданы аргументы форматирования [-Werror=format-security]
- 680 | cpp_warning_with_line (pfile, CPP_W_LONG_LONG, virtual_location,
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 681 | 0, message);
- | ~~~~~~~~~~~
- ../../../libcpp/expr.c:683:38: ошибка: формат не является строковой константой, и не заданы аргументы форматирования [-Werror=format-security]
- 683 | cpp_pedwarning_with_line (pfile, CPP_W_LONG_LONG,
- | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
- 684 | virtual_location, 0, message);
Advertisement
Add Comment
Please, Sign In to add comment