Bug #1490

Semicolon at the end of END_NAMESPACE_UPP is redurdant

Added by Zbigniew Rebacz almost 8 years ago. Updated over 7 years ago.

Status:ApprovedStart date:07/02/2016
Priority:LowDue date:
Assignee:Zbigniew Rebacz% Done:

0%

Category:CoreSpent time:-
Target version:Release 2017.1

Description

The is not need to have semicolon at the end of namespace, so it should be removed from END_UPP_NAMESPACE

This should fix warning when -Wall flag is enable for GCC:

#define END_UPP_NAMESPACE };

Should be

#define END_UPP_NAMESPACE }

History

#1 Updated by Zbigniew Rebacz over 7 years ago

  • Status changed from Patch ready to Approved

Fixed - thanks, it should work better with code that uses this macro.

#2 Updated by Zbigniew Rebacz over 7 years ago

  • Assignee changed from Miroslav Fidler to Zbigniew Rebacz

Also available in: Atom PDF