mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Clean up most remaining MSVC warnings.
This commit is contained in:
8
lib-src/header-substitutes/allegro.h
Normal file
8
lib-src/header-substitutes/allegro.h
Normal file
@@ -0,0 +1,8 @@
|
||||
// -*- mode: c++ -*-
|
||||
// Indirectly include Allegro header so that we can disable warnings about unused parameters
|
||||
// when compiling Audacity itself.
|
||||
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4100)
|
||||
#include "../portsmf/allegro.h"
|
||||
#pragma warning( pop )
|
8
lib-src/header-substitutes/sbsms.h
Normal file
8
lib-src/header-substitutes/sbsms.h
Normal file
@@ -0,0 +1,8 @@
|
||||
// -*- mode: c++ -*-
|
||||
// Indirectly include SBSMS header so that we can disable warnings about unused parameters
|
||||
// when compiling Audacity itself.
|
||||
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4100)
|
||||
#include "../sbsms/include/sbsms.h"
|
||||
#pragma warning( pop )
|
Reference in New Issue
Block a user