Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
N
nx-libs
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1
    • Issues 1
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • dimbor
  • nx-libs
  • Repository

Switch branch/tag
  • nx-libs
  • nx-X11
  • programs
  • Xserver
  • composite
  • compext.c
Find file
BlameHistoryPermalink
  • Alan Coopersmith's avatar
    Remove unneccesary casts from WriteToClient calls · f6a1bda2
    Alan Coopersmith authored Jul 04, 2016
     Casting return to (void) was used to tell lint that you intended
     to ignore the return value, so it didn't warn you about it.
    
     Casting the third argument to (char *) was used as the most generic
     pointer type in the days before compilers supported C89 (void *)
     (except for a couple places it's used for byte-sized pointer math).
    Signed-off-by: 's avatarAlan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: 's avatarKeith Packard <keithp@keithp.com>
    Tested-by: 's avatarDaniel Stone <daniel@fooishbar.org>
     Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    f6a1bda2
compext.c 28.9 KB
EditWeb IDE

Replace compext.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.