mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Simplified the PNG_UNUSED macro.
This commit is contained in:
2
ANNOUNCE
2
ANNOUNCE
@@ -109,7 +109,7 @@ Version 1.5.1beta10 [January 27, 2010]
|
||||
argument names file_gamma, int_file_gamma, and srgb_intent consistently.
|
||||
|
||||
Version 1.5.1beta11 [January 27, 2011]
|
||||
Changed PNG_UNUSED from "param=param;" to "(void)(param ? 0 : 0));" (Cosmin)
|
||||
Changed PNG_UNUSED from "param=param;" to "{(void)param;}".
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user