diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-05-17 11:11:11 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:31 -0700 |
| commit | 5ea6d0d35fe8005da93b796b1ebf43660a236357 (patch) | |
| tree | d83020f084cc0e1a86d4c3de7fc3e787ee65b84b /cuobjdump_to_ptxplus/sass.l | |
| parent | d32ab26591e6cf466f3e35a5e7fdd43ba1f397a6 (diff) | |
Removing warnings
A bit of cleanup
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12627]
Diffstat (limited to 'cuobjdump_to_ptxplus/sass.l')
| -rw-r--r-- | cuobjdump_to_ptxplus/sass.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cuobjdump_to_ptxplus/sass.l b/cuobjdump_to_ptxplus/sass.l index bcbb6b8..ebe4897 100644 --- a/cuobjdump_to_ptxplus/sass.l +++ b/cuobjdump_to_ptxplus/sass.l @@ -41,6 +41,7 @@ void sass_error(const char*); %} %option noyywrap %option yylineno +%option nounput /*Regular expresions go here*/ alpha [a-zA-Z] |
