Project

General

Profile

Actions

Backport #7832

closed

suppress warnings

Added by nobu (Nobuyoshi Nakada) about 11 years ago. Updated about 11 years ago.

Status:
Closed
[ruby-core:<unknown>]

Description

r32688, r33309, r33408, r33864, r35874, r38012


r32688 | nobu | 2011-07-27 01:17:24 +0900 (Wed, 27 Jul 2011) | 2 lines

  • vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unused
    variables.

r33309 | nobu | 2011-09-22 02:53:23 +0900 (Thu, 22 Sep 2011) | 2 lines

  • vm_insnhelper.c (vm_call_cfunc): suppress a warning. note that
    `volatile type *var' doesn't make var itself volatile.

r33408 | naruse | 2011-10-05 16:35:31 +0900 (Wed, 05 Oct 2011) | 1 line

  • vm_insnhelper.c (vm_call_cfunc): remove useless hack.

r33864 | nobu | 2011-11-27 17:24:19 +0900 (Sun, 27 Nov 2011) | 1 line

  • insns.def (pop): suppress self-assign warning of clang.

r35874 | naruse | 2012-06-03 03:24:24 +0900 (Sun, 03 Jun 2012) | 1 line

  • regparse.c (onig_number_of_names): suppress a warning.

r38012 | nari | 2012-11-30 08:10:36 +0900 (Fri, 30 Nov 2012) | 1 line

  • gc.c : remove a unused function.

Actions #1

Updated by usa (Usaku NAKAMURA) about 11 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r39379.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


merge revision(s) 32688,33309,33408,33864,35874,38012: [Backport #7832]

* vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unused

variables.
* vm_insnhelper.c (vm_call_cfunc): suppress a warning. note that
`volatile type *var' doesn't make var itself volatile.

* vm_insnhelper.c (vm_call_cfunc): remove useless hack.

* regparse.c (onig_number_of_names): suppress a warning.

* gc.c : remove a unused function.
Actions

Also available in: Atom PDF

Like0
Like0