https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207378

j...@iki.fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j...@iki.fi

--- Comment #2 from j...@iki.fi ---
Created attachment 167238
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167238&action=edit
A patch renaming the local variables the names of which would shadow global
functions.

It is really bad style to use a globally defined name (function or variable)
as a name of a local variable, but apparently clang is not too picky about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to