Skip to content

Commit

Permalink
Enable MSVC warning 4431 and treat as error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Oct 7, 2024
1 parent 57ce5b4 commit 1b992a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Quake/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# pragma warning(disable:4267)
/* 'var' : conversion from 'size_t' to 'type',
possible loss of data (/Wp64 warning) */
# pragma warning(error:4431)
/* missing type specifier - int assumed */
#endif /* _MSC_VER */
#endif /* _WIN32 */

Expand Down

0 comments on commit 1b992a1

Please sign in to comment.