diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-30 22:25:55 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-30 22:25:57 +0200 |
commit | 6d27d2d75e51803668e722c35cb70d036744d385 (patch) | |
tree | eaa9c94a1582dc95e98e24f12112bf0c3c10c5a2 /doc | |
parent | d3f01a22817a76fbb73d4021090cddee695b7b09 (diff) |
Fix unnecessary parentheses warnings with GCC 8 [-Wparentheses]
Fixes the following GCC 8 warnings:
```
core/object.h:321:32: warning: unnecessary parentheses in declaration of '_get_get' [-Wparentheses]
core/object.h:331:32: warning: unnecessary parentheses in declaration of '_get_set' [-Wparentheses]
core/object.h:341:32: warning: unnecessary parentheses in declaration of '_get_get_property_list' [-Wparentheses]
core/object.h:360:32: warning: unnecessary parentheses in declaration of '_get_notification' [-Wparentheses]
core/object.h:517:32: warning: unnecessary parentheses in declaration of '_get_get' [-Wparentheses]
core/object.h:520:32: warning: unnecessary parentheses in declaration of '_get_set' [-Wparentheses]
core/object.h:523:32: warning: unnecessary parentheses in declaration of '_get_get_property_list' [-Wparentheses]
core/object.h:526:32: warning: unnecessary parentheses in declaration of '_get_notification' [-Wparentheses]
```
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions