1. 14 Dec, 2017 7 commits
    • Mike Gabriel's avatar
      hw/nxagent/NXxvdisp.c: Fix compiler warnings: misleading-indentation · 7aed70f1
      Mike Gabriel authored
       NXxvdisp.c: In function 'ProcXvDispatch':
       NXxvdisp.c:96:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
                else
                ^~~~
       NXxvdisp.c:99:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
                    break;
                    ^~~~~
       NXxvdisp.c:104:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
                else
                ^~~~
       NXxvdisp.c:107:10: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
                 break;
                 ^~~~~
       NXxvdisp.c:118:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
         else
         ^~~~
       NXxvdisp.c:121:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
                    break;
                    ^~~~~
       NXxvdisp.c:126:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
         else
         ^~~~
       NXxvdisp.c:129:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
                    break;
                    ^~~~~
       NXxvdisp.c:137:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
         else
         ^~~~
       NXxvdisp.c:140:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
                    break;
                    ^~~~~
       NXxvdisp.c:146:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
         else
         ^~~~
       NXxvdisp.c:149:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
             break;
             ^~~~~
      7aed70f1
    • Mike Gabriel's avatar
      hw/nxagent/NXdispatch.c: Fix compiler warning: misleading-indentation · 72152baf
      Mike Gabriel authored
       NXdispatch.c: In function 'Dispatch':
       NXdispatch.c:309:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if (!(dispatchException & DE_TERMINATE))
           ^~
       NXdispatch.c:312:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
             while (!dispatchException)
             ^~~~~
      72152baf
    • Mike Gabriel's avatar
      Xserver/Xi/chgfctl.c: Fix compiler warning: misleading-indentation. · 6d98e538
      Mike Gabriel authored
       chgfctl.c: In function 'ChangeKbdFeedback':
       chgfctl.c:359:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
             else
             ^~~~
       chgfctl.c:361:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
          kctrl.autoRepeats[inx] =
          ^~~~~
      6d98e538
    • Mike Gabriel's avatar
    • Mike Gabriel's avatar
      8cade97b
    • Mike Gabriel's avatar
    • Mike Gabriel's avatar
      Add missing/renamed patches. (Ouch!). · 542b5b46
      Mike Gabriel authored
      542b5b46
  2. 13 Dec, 2017 24 commits
  3. 11 Dec, 2017 9 commits