)]}'
{
  "commit": "e7af9751d9f9fd3b47911f51a5cfd08af256a9ab",
  "tree": "9e166ce5ee90e0cb45f975a89c877bc4114de601",
  "parents": [
    "40619cbb3bf32872df8c53cc457039229428a263"
  ],
  "author": {
    "name": "Olaf Hering",
    "email": "olaf@aepfle.de",
    "time": "Fri Jul 21 07:16:11 2023 +0000"
  },
  "committer": {
    "name": "Olaf Hering",
    "email": "olaf@aepfle.de",
    "time": "Fri Jul 21 15:36:33 2023 +0200"
  },
  "message": "Fix -Wreturn-type errors in fNNRandom\n\nIn case global CFLAGS contains -Werror\u003dreturn-type, compilation fails as\nshown below. For some reason gcc is unable to recognize the possible\nrange of values in the switch statements, which can only ever be between\nzero and seven.\n\nAssist the compiler by adding a default statement. This fixes\ncompilation in openSUSE Tumbleweed, which adds -Werror\u003dreturn-type to\nglobal CFLAGS.\n\nsource/genCases_f64.c: In function \u0027f64Random\u0027:\nsource/genCases_f64.c:559:1: error: control reaches end of non-void function [-Werror\u003dreturn-type]\n\nsource/genCases_f32.c: In function \u0027f32Random\u0027:\nsource/genCases_f32.c:417:1: error: control reaches end of non-void function [-Werror\u003dreturn-type]\n\nsource/genCases_f16.c: In function \u0027f16Random\u0027:\nsource/genCases_f16.c:336:1: error: control reaches end of non-void function [-Werror\u003dreturn-type]\n\nSigned-off-by: Olaf Hering \u003colaf@aepfle.de\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ea4c02532be503896c586716d85d5741401097a1",
      "old_mode": 33188,
      "old_path": "source/genCases_f16.c",
      "new_id": "01554581d46be03bc955040b1501c67f85db9bd4",
      "new_mode": 33188,
      "new_path": "source/genCases_f16.c"
    },
    {
      "type": "modify",
      "old_id": "3da3a298c487c0f140e5c3054fcfb6ade57906c4",
      "old_mode": 33188,
      "old_path": "source/genCases_f32.c",
      "new_id": "695d0508d06fc741ce2a5a49338db35c4ef69192",
      "new_mode": 33188,
      "new_path": "source/genCases_f32.c"
    },
    {
      "type": "modify",
      "old_id": "5229e89413bebe17176a71dcf02265a030acccd2",
      "old_mode": 33188,
      "old_path": "source/genCases_f64.c",
      "new_id": "4d74ca69a69eb1d8990409061bbfffdf6368ab68",
      "new_mode": 33188,
      "new_path": "source/genCases_f64.c"
    }
  ]
}
