Skip to content

Commit 925e03c

Browse files
committed
Remove unused warning check for windows build
1 parent 917077e commit 925e03c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ make -j`nproc`
1111

1212
## Classes
1313
- **FileLogger** - Loggin to a file.
14-
- **Logger** - General defines and logging to /dev/null.
14+
- **Logger** - General definition and logging to /dev/null.
1515
- **LoggerFactory** - Loggin to all possible types, as configured.
1616
- **StdLogger** - Loggin to stdout.

cmake/msvc_warnings.cmake

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030

3131
set(WARNING_FLAGS
3232

33-
# possible loss of data
33+
# possible loss of data (convert from int to char) #include <algorithem>
3434
/wd4244
35-
36-
# convert int to size_t
37-
/wd4267
3835
)

0 commit comments

Comments
 (0)