Warning Clean-up? #1813
Replies: 2 comments 1 reply
-
Absolutely no opposition at all. As an FYI, we are in the process of cleaning up the codebase and restructuring a lot. It has gone through several phases. It started out heavily OOP and has gone through several style changes (which have left everything a bit of a mess). The final "form" we are trying to get to... mostly C style and simple build scripts. No C++ stl. Only using a few C++ features: namespaces, function overloads, lambdas, and that's about it (handmade hero style). Hoping to salvage the repo(private at the moment). |
Beta Was this translation helpful? Give feedback.
-
I understand the first sentence. After that I'm confused. You're totally reworking this in private? With no STL because...? Unless I'm missing something, It doesn't sound like it's worth any time on my part doing any maintenance unless I'm going to fork this and use it as is, right? |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there any opposition to cleaning-up code to eliminate clang compiler warnings?
Beta Was this translation helpful? Give feedback.
All reactions