Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: remove un-needed compiler warning deactivation.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJGray committed Mar 23, 2024
1 parent 0860888 commit ed15402
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dll/rendering.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma warning(disable: 4996) // 'sprintf': This function or variable may be unsafe.

#include <windows.h>
#include <d3d11.h>
#include <cstdio>
Expand Down

0 comments on commit ed15402

Please sign in to comment.