Skip to content

Commit

Permalink
feat: add comment at compile option
Browse files Browse the repository at this point in the history
when this option is not written, then i cannot build my code
  • Loading branch information
kugorang committed Aug 21, 2020
1 parent d70d796 commit 9ade607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Builds/CMake/CompileOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
/wd4245 # -> disable warning: conversion from 'int' to 'uint64_t', signed/unsigned mismatch (caused by Torch)
/wd4702 # -> disable warning: unreachable code (caused by Torch)
/wd4189 # -> disable warning: local variable is initialized but not referenced (caused by tiny-dnn)
/wd5033
/wd5033 # -> disable warning: 'register' is no longer a supported storage class

#$<$<CONFIG:Debug>:
#/RTCc # -> value is assigned to a smaller data type and results in a data loss
Expand Down

0 comments on commit 9ade607

Please sign in to comment.