maddinat0r / samp-log-core

Core library for logging utility
MIT License
20 stars 6 forks source link

warning C26812: The enum type '...' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). #18

Closed Zorono closed 4 years ago

Zorono commented 4 years ago
\samplog\LogLevel.hpp(21): warning C26812: The enum type 'samplog::LogLevel' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).
\samplog\Api.hpp(52): warning C26812: The enum type 'samplog::Api::SingletonAction' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).