Skip to content

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

Switch branch/tag
  • ffmpeg
  • tests
  • checkasm
  • sw_rgb.c
Find file
BlameHistoryPermalink
  • Jun Zhao's avatar
    checkasm/sw_rgb: fix the function declaration warning · b30575bc
    Jun Zhao authored May 06, 2018
    fix the warning: "function declaration isn’t a prototype", in C
    int foo() and int foo(void) are different functions. int foo()
    accepts an arbitrary number of arguments, while int foo(void) accepts 0
    arguments.
    Signed-off-by: 's avatarJun Zhao <mypopydev@gmail.com>
    b30575bc
sw_rgb.c 4.79 KB
EditWeb IDE

Replace sw_rgb.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.