[Nasm-bugs] [Bug 3392360] New: Add explicit void parameter for newmembuf function prototype in rdoff.c

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Wed Jul 13 21:12:34 PDT 2016


http://bugzilla.nasm.us/show_bug.cgi?id=3392360

            Bug ID: 3392360
           Summary: Add explicit void parameter for newmembuf function
                    prototype in rdoff.c
           Product: NASM
           Version: unspecified
          Hardware: All
                OS: All
            Status: OPEN
          Severity: trivial
          Priority: Lowest
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: bcallah at devio.us
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us

Created attachment 411564
  --> http://bugzilla.nasm.us/attachment.cgi?id=411564&action=edit
Add explicit void parameter to newmembuf() function declaration.

In rdoff/rdoff.c, the function declaration for newmembuf is written:
static memorybuf *newmembuf()
The attached diff adds an explicit void parameter.
It seems like it would be nicer with an explicit void parameter especially
since the -Werror build options seem to want to find such things.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list