Fix unused variable warnings
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
31460aa5b8
commit
0ffa76aa5e
3 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
|
||||
Author: Leonardo de Moura
|
||||
*/
|
||||
#include "test.h"
|
||||
#include "environment.h"
|
||||
#include "kernel_exception.h"
|
||||
#include "builtin.h"
|
||||
|
@ -12,7 +13,6 @@ Author: Leonardo de Moura
|
|||
#include "lean_frontend.h"
|
||||
#include "lean_operator_info.h"
|
||||
#include "lean_pp.h"
|
||||
#include "test.h"
|
||||
using namespace lean;
|
||||
|
||||
static void tst1() {
|
||||
|
|
|
@ -5,10 +5,10 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Author: Leonardo de Moura
|
||||
*/
|
||||
#include <sstream>
|
||||
#include "test.h"
|
||||
#include "lean_scanner.h"
|
||||
#include "exception.h"
|
||||
#include "escaped.h"
|
||||
#include "test.h"
|
||||
using namespace lean;
|
||||
|
||||
#define st scanner::token
|
||||
|
|
|
@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
|
||||
Author: Leonardo de Moura
|
||||
*/
|
||||
#include "test.h"
|
||||
#include "occurs.h"
|
||||
#include "abstract.h"
|
||||
#include "printer.h"
|
||||
|
|
Loading…
Reference in a new issue