Add #undef Directiveis for Debug Log Macros
authorJihoon Chung <jihoon.chung@samsaung.com>
Mon, 28 Oct 2013 05:18:30 +0000 (14:18 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Tue, 29 Oct 2013 06:06:35 +0000 (15:06 +0900)
commitdd4234189c1f8fdcda8a5d93048e76a650e3d517
tree65a454ad910271b26458e480f0c056e688dd0261
parent84d3517396c8ec7c3fc2e0591d8c78599f9eaba8
Add #undef Directiveis for Debug Log Macros

[Issue#]   N/A
[Problem]  Define "_D", "_E" and "_W" in another place causes "redefinition" build warning,
           as well as "redefinition of macro" warning message occasionally.
[Cause]    "_D", "_E" and "_W" are defined without checking whether "#ifndef" or "#undef".
[Solution] Add "#undef" prior to define "_D", "_E" and "_W".

[Verification] Build repo.
[SCMRequest] N/A

Change-Id: I0a0170ed25a852c96ad11f072522a2a3f5a0c134
modules/log/include/dpl/log/secure_log.h