Changeset 43


Ignore:
Timestamp:
Nov 10, 2010, 10:01:30 PM (15 years ago)
Author:
markus
Message:

removed unused local vars

Location:
trunk/src/os2ahci
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r42 r43  
    128128  int adapter_index = -1;
    129129  int port_index = -1;
    130   int a, p;
    131130  u16 vendor;
    132131  u16 device;
  • trunk/src/os2ahci/wmakefile

    r28 r43  
    5757CC         = wcc
    5858LD         = $(DDK)\base\tools\link.exe
    59 BLDLEVEL   = ..\..\tools\bldlvl.cmd
     59BLDLEVEL   = cmd.exe /c ..\..\tools\bldlvl.cmd
     60BLDDATE    = cmd.exe /c ..\..\tools\blddate.cmd
     61MAPSYM     = $(DDK)\base\tools\mapsym.exe
    6062
    6163AFLAGS        = -Mb
     
    9294libc.obj:     libc.c     wmakefile $(INCS)
    9395
    94 os2ahci.obj:  os2ahci.c  wmakefile $(INCS)
     96os2ahci.obj:  os2ahci.c  wmakefile $(INCS) bldday.h
    9597
    9698pci.obj:      pci.c      wmakefile $(INCS)
     
    107109# Action definitions (compile/link commands)
    108110
     111# emacs TAGS file creation
     112# NOTE: OS/2 emacs etags.exe expects an empty file named c:\dev\null...
     113tags:   $(SRCS) $(INCS)
     114        etags.exe $(SRCS) $(INCS)
     115
     116bldday.h:
     117        $(BLDDATE) > bldday.h
     118
    109119.asm.obj:
    110120        $(AS) $(AFLAGS) $(AS_INCLUDE) $*.asm
Note: See TracChangeset for help on using the changeset viewer.