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/elf.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/elf.l')
| -rw-r--r-- | cuobjdump_to_ptxplus/elf.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cuobjdump_to_ptxplus/elf.l b/cuobjdump_to_ptxplus/elf.l index 267bb6b..28c9752 100644 --- a/cuobjdump_to_ptxplus/elf.l +++ b/cuobjdump_to_ptxplus/elf.l @@ -37,9 +37,9 @@ void elf_error(const char*); %} -%option stack %option noyywrap %option yylineno +%option nounput %x cmem %x symtab |
