diff options
author | Robert Moore <Robert.Moore@intel.com> | 2019-07-02 09:27:57 -0700 |
---|---|---|
committer | Robert Moore <Robert.Moore@intel.com> | 2019-07-02 09:27:57 -0700 |
commit | 49e12510b341cd68def91c3e99983494c20368d2 (patch) | |
tree | 9ff34182d20a892d5684474ecbc20abf95db7fe2 /source/tools | |
parent | a18df084aa242c8e1db69feacecf73c081851d94 (diff) | |
download | acpica-49e12510b341cd68def91c3e99983494c20368d2.tar.gz |
Update for MSVC 2017, no functional changes
eliminates some warnings on MSVC 2017.
Diffstat (limited to 'source/tools')
-rw-r--r-- | source/tools/acpixtract/axmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/acpixtract/axmain.c b/source/tools/acpixtract/axmain.c index c53b39b3b..a027f786c 100644 --- a/source/tools/acpixtract/axmain.c +++ b/source/tools/acpixtract/axmain.c @@ -196,7 +196,7 @@ DisplayUsage ( * ******************************************************************************/ -int +int ACPI_SYSTEM_XFACE main ( int argc, char *argv[]) |