)]}'
{
  "commit": "7185eb7e63b22bbf485fbcd0d1e046a633b9019b",
  "tree": "f4e6cd98d5f95fcec3fd66802667bc0466fdef9a",
  "parents": [
    "74ee21a84b4a39763f2f866d077c26ea3c78e117"
  ],
  "author": {
    "name": "Pierrick Bouvier",
    "email": "pierrick.bouvier@linaro.org",
    "time": "Tue Sep 10 15:15:54 2024 -0700"
  },
  "committer": {
    "name": "Philippe Mathieu-Daudé",
    "email": "philmd@linaro.org",
    "time": "Fri Sep 13 20:12:16 2024 +0200"
  },
  "message": "hw/gpio: remove break after g_assert_not_reached()\n\nUse of assert(false) can trip spurious control flow warnings from\nsome versions of GCC (i.e. using -fsanitize\u003dthread with gcc-12):\n\n  error: control reaches end of non-void function [-Werror\u003dreturn-type]\n        default:\n            g_assert_not_reached();\n            break;\n          | ^^^^^\n\nSolve that by removing the unreachable \u0027break\u0027 statement, unifying\nthe code base on g_assert_not_reached() instead.\n\nSigned-off-by: Pierrick Bouvier \u003cpierrick.bouvier@linaro.org\u003e\nReviewed-by: Richard Henderson \u003crichard.henderson@linaro.org\u003e\nReviewed-by: Philippe Mathieu-Daudé \u003cphilmd@linaro.org\u003e\nMessage-ID: \u003c20240910221606.1817478-28-pierrick.bouvier@linaro.org\u003e\n[PMD: Add description suggested by Eric Blake]\nSigned-off-by: Philippe Mathieu-Daudé \u003cphilmd@linaro.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0eed3a3a06d613c46454619da2c1979060dc75f6",
      "old_mode": 33188,
      "old_path": "hw/gpio/nrf51_gpio.c",
      "new_id": "d08c254e369db68654988c655de49ccb201ec990",
      "new_mode": 33188,
      "new_path": "hw/gpio/nrf51_gpio.c"
    }
  ]
}
