[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"
char test[] = "SEH0001.c";
int perfect;
int main() {
long Counter;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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