Guest User

Untitled

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