We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917077e commit 925e03cCopy full SHA for 925e03c
README.md
@@ -11,6 +11,6 @@ make -j`nproc`
11
12
## Classes
13
- **FileLogger** - Loggin to a file.
14
-- **Logger** - General defines and logging to /dev/null.
+- **Logger** - General definition and logging to /dev/null.
15
- **LoggerFactory** - Loggin to all possible types, as configured.
16
- **StdLogger** - Loggin to stdout.
cmake/msvc_warnings.cmake
@@ -30,9 +30,6 @@
30
31
set(WARNING_FLAGS
32
33
- # possible loss of data
+ # possible loss of data (convert from int to char) #include <algorithem>
34
/wd4244
35
-
36
- # convert int to size_t
37
- /wd4267
38
)
0 commit comments