Bug #1490
Semicolon at the end of END_NAMESPACE_UPP is redurdant
Status: | Approved | Start date: | 07/02/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Zbigniew Rebacz | % Done: | 0% | |
Category: | Core | Spent 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 8 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 8 years ago
- Assignee changed from Miroslav Fidler to Zbigniew Rebacz