#37974: Pallet @1.1.1 Patches for syntax warnings when using Clang and Xcode 4.6 -------------------------+-------------------------------- Reporter: iandw.au@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Low | Milestone: Component: contrib | Version: 2.1.3 Resolution: | Keywords: haspatch Port: Pallet | -------------------------+-------------------------------- Comment (by larryv@…): Replying to [comment:3 ryandesign@…]:
Changed this in r102780. I am not certain about the other changes. What were the warnings you received?
From eyeballing it, it looks like the warnings are either: - `printf`-style format specifiers that don’t quite match the arguments given. These should be fine to commit; plus, they’re just for logging. - Redundant invocations of `[NSString +stringWithString]` with an NSString literal argument. Those might once have been necessary for memory management. -- Ticket URL: <https://trac.macports.org/ticket/37974#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS