Skip to content

clipablewire.cpp: Dropping usage of register storage class#4033

Open
listout wants to merge 1 commit intofritzing:developfrom
listout:fritzing-drop-register
Open

clipablewire.cpp: Dropping usage of register storage class#4033
listout wants to merge 1 commit intofritzing:developfrom
listout:fritzing-drop-register

Conversation

@listout
Copy link

@listout listout commented Jun 16, 2023

The register storage class has been depreacted in C++14 and completely removed in C++17. Thus resulting in buils errors such as:

clipablewire.cpp:55:2: error: ISO C++17 does not allow register storage class specifier [-Wregister]

Refer: https://en.cppreference.com/w/cpp/language/storage_duration
Bug: https://bugs.gentoo.org/898070

The register storage class has been depreacted in C++14 and completely
removed in C++17. Thus resulting in buils errors such as:

clipablewire.cpp:55:2: error: ISO C++17 does not allow register storage class specifier [-Wregister]

Refer: https://en.cppreference.com/w/cpp/language/storage_duration
Bug: https://bugs.gentoo.org/898070
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments