Skip to content

Commit

Permalink
add warnings suppression for lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Mar 25, 2016
1 parent e9de9ce commit 6c1c22e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Language/Java/Lexer.x
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
{-# LANGUAGE BangPatterns #-}
{-# OPTIONS_GHC -fno-warn-tabs -fno-warn-unused-binds #-}
module Language.Java.Lexer (L(..), Token(..), lexer) where

import Numeric
Expand Down

0 comments on commit 6c1c22e

Please sign in to comment.