forked from CAU-LetsCode/OOP-Proj4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
36 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
virtualLego.cpp | ||
Jumper.cpp | ||
C:\Users\do901\source\repos\OOP-Proj4\d3dUtility.h(23,1): warning C4005: 'INFINITY': 매크로 재정의 | ||
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(88,1): message : 'INFINITY'의 이전 정의를 참조하십시오. | ||
C:\Users\do901\source\repos\OOP-Proj4\Status.h(19,3): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. | ||
C:\Users\do901\source\repos\OOP-Proj4\Status.h(53,65): warning C4290: 함수가 __declspec(nothrow)가 아님을 나타내려는 경우를 제외하고 C++ 예외 사양은 무시됩니다. | ||
C:\Users\do901\source\repos\OOP-Proj4\virtualLego.cpp(40,1): warning C4005: 'PLATFORMWIDTH': 매크로 재정의 | ||
C:\Users\do901\source\repos\OOP-Proj4\Platform.h(6,1): message : 'PLATFORMWIDTH'의 이전 정의를 참조하십시오. | ||
C:\Users\do901\source\repos\OOP-Proj4\virtualLego.cpp(41,1): warning C4005: 'PLATFORMHEIGHT': 매크로 재정의 | ||
C:\Users\do901\source\repos\OOP-Proj4\Platform.h(7,1): message : 'PLATFORMHEIGHT'의 이전 정의를 참조하십시오. | ||
C:\Users\do901\source\repos\OOP-Proj4\virtualLego.cpp(94,5): warning C4305: '인수': 'double'에서 'float'(으)로 잘립니다. | ||
C:\Users\do901\source\repos\OOP-Proj4\virtualLego.cpp(85,6): warning C4101: 'i' :참조되지 않은 지역 변수입니다. | ||
C:\Users\do901\source\repos\OOP-Proj4\Jumper.cpp(87,30): warning C4305: '초기화 중': 'double'에서 'float'(으)로 잘립니다. | ||
C:\Users\do901\source\repos\OOP-Proj4\Jumper.cpp(111,8): warning C4244: '=': 'double'에서 'float'(으)로 변환하면서 데이터가 손실될 수 있습니다. | ||
C:\Users\do901\source\repos\OOP-Proj4\Jumper.cpp(112,8): warning C4244: '=': 'double'에서 'float'(으)로 변환하면서 데이터가 손실될 수 있습니다. | ||
C:\Users\do901\source\repos\OOP-Proj4\Jumper.cpp(145,5): warning C4305: '인수': 'double'에서 'FLOAT'(으)로 잘립니다. | ||
VirtualLego.vcxproj -> C:\Users\do901\source\repos\OOP-Proj4\Release\VirtualLego.exe |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters