Skip to content

Mitigate warnings during buildup process #34

@greenozon

Description

@greenozon

Currently (VS2019 Version 16.11.49) there are a lot of warnings
eg:

Image

idea is to lower/fix marority of these or ideally have 0!

by defining 2 macros at project level

_CRT_SECURE_NO_WARNINGS
_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING

or maybe its better idea to remove completely deprecated using ? (I agree it was required 5-8 years about but in 2025 it's already migrated to the C++ standard std:: namespace itself..

using namespace std::tr1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions