patch-src_funcs_c 811 B

12345678910111213141516171819
  1. $OpenBSD: patch-src_funcs_c,v 1.1 2014/03/19 15:29:50 bcallah Exp $
  2. --- src/funcs.c.orig Mon Mar 17 22:44:15 2014
  3. +++ src/funcs.c Mon Mar 17 22:44:48 2014
  4. @@ -1118,14 +1118,11 @@ END_DEFUN
  5. /* The `start' and `end' arguments are fake, hence their string type,
  6. so they can be ignored, hence the pragma (FIXME: work out how to
  7. apply just to `start' and `end'). */
  8. -#pragma GCC diagnostic push
  9. -#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
  10. DEFUN_ARGS ("shell-command-on-region", shell_command_on_region,
  11. STR_ARG (start)
  12. STR_ARG (end)
  13. STR_ARG (cmd)
  14. BOOL_ARG (insert))
  15. -#pragma GCC diagnostic pop
  16. /*+
  17. Execute string command in inferior shell with region as input.
  18. Normally display output (if any) in temp buffer `*Shell Command Output*';