Skip to content

Commit

Permalink
correction of 4664.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed May 7, 2016
1 parent 8a4a7b9 commit c065cd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions far/sqlite.c
Expand Up @@ -35,6 +35,9 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

WARNING_PUSH(3)

WARNING_DISABLE_MSC(4701) // https://msdn.microsoft.com/en-us/library/1wea5zwe.aspx Potentially uninitialized local variable 'name' used
WARNING_DISABLE_MSC(4703) // https://msdn.microsoft.com/en-us/library/jj851030.aspx Potentially uninitialized local pointer variable 'name' used

WARNING_DISABLE_GCC("-Warray-bounds")
WARNING_DISABLE_GCC("-Wunused-but-set-variable")
WARNING_DISABLE_GCC("-Wcast-qual")
Expand Down

0 comments on commit c065cd9

Please sign in to comment.