[COMPILER_APITEST] Remove unused variable from MS SEH tests

This commit is contained in:
Victor Perevertkin 2022-03-24 02:33:51 +03:00
parent 97f075a2ab
commit 4571c96534
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
58 changed files with 0 additions and 58 deletions

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0001.c"; char test[] = "SEH0001.c";
int perfect;
int main() { int main() {
long Counter; long Counter;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0002.c"; char test[] = "SEH0002.c";
int perfect;
int main() { int main() {

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0003.c"; char test[] = "SEH0003.c";
int perfect;
int main() { int main() {
LONG Counter; LONG Counter;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0004.c"; char test[] = "SEH0004.c";
int perfect;
int main() { int main() {

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0005.c"; char test[] = "SEH0005.c";
int perfect;
int main() { int main() {
PLONG BadAddress; PLONG BadAddress;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0006.c"; char test[] = "SEH0006.c";
int perfect;
int main() { int main() {
LONG Counter; LONG Counter;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0007.c"; char test[] = "SEH0007.c";
int perfect;
int main() { int main() {
PLONG BadAddress; PLONG BadAddress;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0008.c"; char test[] = "SEH0008.c";
int perfect;
void rtlRaiseStatus(DWORD Status) { void rtlRaiseStatus(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0); RaiseException(Status, 0, /*no flags*/ 0, 0);

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0009.c"; char test[] = "SEH0009.c";
int perfect;
void AccessViolation(PLONG BlackHole, PLONG BadAddress) { void AccessViolation(PLONG BlackHole, PLONG BadAddress) {
*BlackHole += *BadAddress; *BlackHole += *BadAddress;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0010.c"; char test[] = "SEH0010.c";
int perfect;
void rtlRaiseExcpt(DWORD Status) { void rtlRaiseExcpt(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0); RaiseException(Status, 0, /*no flags*/ 0, 0);

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0011.c"; char test[] = "SEH0011.c";
int perfect;
void AccessViolation(PLONG BlackHole, PLONG BadAddress) { void AccessViolation(PLONG BlackHole, PLONG BadAddress) {
*BlackHole += *BadAddress; *BlackHole += *BadAddress;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0012.c"; char test[] = "SEH0012.c";
int perfect;
void rtlRaiseException(DWORD Status) { void rtlRaiseException(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0); RaiseException(Status, 0, /*no flags*/ 0, 0);

View file

@ -7,7 +7,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0013.c"; char test[] = "SEH0013.c";
int perfect;
void rtlRaiseException(DWORD Status) { void rtlRaiseException(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0); RaiseException(Status, 0, /*no flags*/ 0, 0);

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0014.c"; char test[] = "SEH0014.c";
int perfect;
void rtlRaiseExceptin(DWORD Status) { void rtlRaiseExceptin(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0); RaiseException(Status, 0, /*no flags*/ 0, 0);

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0015.c"; char test[] = "SEH0015.c";
int perfect;
int main() { int main() {
LONG Counter; LONG Counter;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0016.c"; char test[] = "SEH0016.c";
int perfect;
void rtlRaiseExceptin(DWORD Status) { void rtlRaiseExceptin(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0); RaiseException(Status, 0, /*no flags*/ 0, 0);

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0017.c"; char test[] = "SEH0017.c";
int perfect;
int main() { int main() {

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0018.c"; char test[] = "SEH0018.c";
int perfect;
void rtlRaiseException(DWORD Status) { void rtlRaiseException(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0); RaiseException(Status, 0, /*no flags*/ 0, 0);

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0019.c"; char test[] = "SEH0019.c";
int perfect;
void fret(PLONG Counter) { void fret(PLONG Counter) {
try { try {

View file

@ -7,7 +7,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0020.c"; char test[] = "SEH0020.c";
int perfect;
int main() { int main() {
jmp_buf JumpBuffer; jmp_buf JumpBuffer;

View file

@ -7,7 +7,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0021.c"; char test[] = "SEH0021.c";
int perfect;
int main() { int main() {
jmp_buf JumpBuffer; jmp_buf JumpBuffer;

View file

@ -7,7 +7,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0022.c"; char test[] = "SEH0022.c";
int perfect;
int main() { int main() {
jmp_buf JumpBuffer; jmp_buf JumpBuffer;

View file

@ -7,7 +7,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0023.c"; char test[] = "SEH0023.c";
int perfect;
int main() { int main() {
jmp_buf JumpBuffer; jmp_buf JumpBuffer;

View file

@ -17,7 +17,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0024.c"; char test[] = "SEH0024.c";
int perfect;
int main() { int main() {
jmp_buf JumpBuffer; jmp_buf JumpBuffer;

View file

@ -7,7 +7,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0025.c"; char test[] = "SEH0025.c";
int perfect;
void dojump(jmp_buf JumpBuffer, PLONG Counter) { void dojump(jmp_buf JumpBuffer, PLONG Counter) {
try { try {

View file

@ -8,7 +8,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0026.c"; char test[] = "SEH0026.c";
int perfect;
void dojump(jmp_buf JumpBuffer, PLONG Counter) { void dojump(jmp_buf JumpBuffer, PLONG Counter) {
try { try {

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0027.c"; char test[] = "SEH0027.c";
int perfect;
void rtlRaiseStatus(DWORD Status) { void rtlRaiseStatus(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0); RaiseException(Status, 0, /*no flags*/ 0, 0);

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0028.c"; char test[] = "SEH0028.c";
int perfect;
void addtwo(long First, long Second, long *Place) { void addtwo(long First, long Second, long *Place) {
RaiseException(EXCEPTION_INT_OVERFLOW, 0, /*no flags*/ 0, 0); RaiseException(EXCEPTION_INT_OVERFLOW, 0, /*no flags*/ 0, 0);

View file

@ -10,7 +10,6 @@
#define finish() #define finish()
char test[] = "SEH0029.c"; char test[] = "SEH0029.c";
int perfect;
void AccessViolation(PLONG BlackHole, PLONG BadAddress) { void AccessViolation(PLONG BlackHole, PLONG BadAddress) {
*BlackHole += *BadAddress; *BlackHole += *BadAddress;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0030.c"; char test[] = "SEH0030.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0031.c"; char test[] = "SEH0031.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0032.c"; char test[] = "SEH0032.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -10,7 +10,6 @@
#define finish() #define finish()
char test[] = "SEH0033.c"; char test[] = "SEH0033.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -10,7 +10,6 @@
#define finish() #define finish()
char test[] = "SEH0034.c"; char test[] = "SEH0034.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -10,7 +10,6 @@
#define finish() #define finish()
char test[] = "SEH0035.c"; char test[] = "SEH0035.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0036.c"; char test[] = "SEH0036.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0037.c"; char test[] = "SEH0037.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0038.c"; char test[] = "SEH0038.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0039.c"; char test[] = "SEH0039.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0040.c"; char test[] = "SEH0040.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0041.c"; char test[] = "SEH0041.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0042.c"; char test[] = "SEH0042.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0043.c"; char test[] = "SEH0043.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0044.c"; char test[] = "SEH0044.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0045.c"; char test[] = "SEH0045.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0046.c"; char test[] = "SEH0046.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0047.c"; char test[] = "SEH0047.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0048.c"; char test[] = "SEH0048.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0049.c"; char test[] = "SEH0049.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0050.c"; char test[] = "SEH0050.c";
int perfect;
int main() { int main() {
ULONG Index1; ULONG Index1;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0051.c"; char test[] = "SEH0051.c";
int perfect;
LONG Echo(LONG Value) { return Value; } LONG Echo(LONG Value) { return Value; }

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "seh0052.c"; char test[] = "seh0052.c";
int perfect;
LONG Echo(LONG Value) { return Value; } LONG Echo(LONG Value) { return Value; }

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "seh0053.c"; char test[] = "seh0053.c";
int perfect;
#define BLUE 0 #define BLUE 0
#define RED 1 #define RED 1

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "seh0054.c"; char test[] = "seh0054.c";
int perfect;
LONG Echo(LONG Value) { return Value; } LONG Echo(LONG Value) { return Value; }

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "seh0055.c"; char test[] = "seh0055.c";
int perfect;
LONG Echo(LONG Value) { return Value; } LONG Echo(LONG Value) { return Value; }

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0056.c"; char test[] = "SEH0056.c";
int perfect;
int main() { int main() {
LONG Counter; LONG Counter;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "seh0057.c"; char test[] = "seh0057.c";
int perfect;
int main() { int main() {
LONG Counter; LONG Counter;

View file

@ -6,7 +6,6 @@
#include "seh.h" #include "seh.h"
char test[] = "SEH0058.c"; char test[] = "SEH0058.c";
int perfect;
int main() { int main() {
LONG Counter; LONG Counter;