Skip to content

Commit

Permalink
corec: don't disable warnings in MSVC arbitrarily
Browse files Browse the repository at this point in the history
It should be managed by the build system.
  • Loading branch information
robUx4 committed Jan 2, 2025
1 parent 930e35f commit 2a796bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corec/corec/corec.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern "C" {
#if defined(_MSC_VER) && (_MSC_VER > 1000)
#pragma once
#pragma warning(push, 4)
#pragma warning(disable : 4100 4710 4514 4201 4714 4115 4206 4055 4214 4998 4273 4127 4114 4512)
// #pragma warning(disable : 4100 4710 4514 4201 4714 4115 4206 4055 4214 4998 4273 4127 4114 4512)
#endif

#include "portab.h"
Expand Down

0 comments on commit 2a796bc

Please sign in to comment.