qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] d2e46d: target-mips: Remove assignment to a v


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] d2e46d: target-mips: Remove assignment to a variable which...
Date: Sun, 28 Jul 2013 16:00:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: d2e46d59cac7d8259bf80abcddfebde87014d610
      
https://github.com/qemu/qemu/commit/d2e46d59cac7d8259bf80abcddfebde87014d610
  Author: Stefan Weil <address@hidden>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M target-mips/op_helper.c

  Log Message:
  -----------
  target-mips: Remove assignment to a variable which is never used

This assignment causes a compiler warning for compilations with the compiler
option -Wunused-but-set-variable (which is included with -Wextra).

Removing it allows using -Wextra for QEMU code without suppressing too many
extra warnings.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>


  Commit: b0932e0617c65ae1cb0362416ec0ef32766abf5d
      
https://github.com/qemu/qemu/commit/b0932e0617c65ae1cb0362416ec0ef32766abf5d
  Author: Petar Jovanovic <address@hidden>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M linux-user/main.c

  Log Message:
  -----------
  linux-user: correct argument number for sys_mremap and sys_splice

sys_mremap missed 5th argument (new_address), which caused examples that
remap to a specific address to fail.
sys_splice missed 5th and 6th argument which caused different examples to
fail.
This change has an effect on MIPS target only.

Signed-off-by: Petar Jovanovic <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>


Compare: https://github.com/qemu/qemu/compare/d36c231f4b73...b0932e0617c6

reply via email to

[Prev in Thread] Current Thread [Next in Thread]