mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
[COMPILER_APITEST] Remove unused variable from MS SEH tests
This commit is contained in:
parent
97f075a2ab
commit
4571c96534
58 changed files with 0 additions and 58 deletions
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0001.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
long Counter;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0002.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0003.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
LONG Counter;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0004.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0005.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
PLONG BadAddress;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0006.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
LONG Counter;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0007.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
PLONG BadAddress;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0008.c";
|
||||
int perfect;
|
||||
|
||||
void rtlRaiseStatus(DWORD Status) {
|
||||
RaiseException(Status, 0, /*no flags*/ 0, 0);
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0009.c";
|
||||
int perfect;
|
||||
|
||||
void AccessViolation(PLONG BlackHole, PLONG BadAddress) {
|
||||
*BlackHole += *BadAddress;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0010.c";
|
||||
int perfect;
|
||||
|
||||
void rtlRaiseExcpt(DWORD Status) {
|
||||
RaiseException(Status, 0, /*no flags*/ 0, 0);
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0011.c";
|
||||
int perfect;
|
||||
|
||||
void AccessViolation(PLONG BlackHole, PLONG BadAddress) {
|
||||
*BlackHole += *BadAddress;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0012.c";
|
||||
int perfect;
|
||||
|
||||
void rtlRaiseException(DWORD Status) {
|
||||
RaiseException(Status, 0, /*no flags*/ 0, 0);
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0013.c";
|
||||
int perfect;
|
||||
|
||||
void rtlRaiseException(DWORD Status) {
|
||||
RaiseException(Status, 0, /*no flags*/ 0, 0);
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0014.c";
|
||||
int perfect;
|
||||
|
||||
void rtlRaiseExceptin(DWORD Status) {
|
||||
RaiseException(Status, 0, /*no flags*/ 0, 0);
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0015.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
LONG Counter;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0016.c";
|
||||
int perfect;
|
||||
|
||||
void rtlRaiseExceptin(DWORD Status) {
|
||||
RaiseException(Status, 0, /*no flags*/ 0, 0);
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0017.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0018.c";
|
||||
int perfect;
|
||||
|
||||
void rtlRaiseException(DWORD Status) {
|
||||
RaiseException(Status, 0, /*no flags*/ 0, 0);
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0019.c";
|
||||
int perfect;
|
||||
|
||||
void fret(PLONG Counter) {
|
||||
try {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0020.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
jmp_buf JumpBuffer;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0021.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
jmp_buf JumpBuffer;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0022.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
jmp_buf JumpBuffer;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0023.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
jmp_buf JumpBuffer;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0024.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
jmp_buf JumpBuffer;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0025.c";
|
||||
int perfect;
|
||||
|
||||
void dojump(jmp_buf JumpBuffer, PLONG Counter) {
|
||||
try {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0026.c";
|
||||
int perfect;
|
||||
|
||||
void dojump(jmp_buf JumpBuffer, PLONG Counter) {
|
||||
try {
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0027.c";
|
||||
int perfect;
|
||||
|
||||
void rtlRaiseStatus(DWORD Status) {
|
||||
RaiseException(Status, 0, /*no flags*/ 0, 0);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#define finish()
|
||||
|
||||
char test[] = "SEH0029.c";
|
||||
int perfect;
|
||||
|
||||
void AccessViolation(PLONG BlackHole, PLONG BadAddress) {
|
||||
*BlackHole += *BadAddress;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0030.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0031.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0032.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#define finish()
|
||||
|
||||
char test[] = "SEH0033.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#define finish()
|
||||
|
||||
char test[] = "SEH0034.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#define finish()
|
||||
|
||||
char test[] = "SEH0035.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0036.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0037.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0038.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0039.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0040.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0041.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0042.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0043.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0044.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0045.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0046.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0047.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0048.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0049.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0050.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
ULONG Index1;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0051.c";
|
||||
int perfect;
|
||||
|
||||
LONG Echo(LONG Value) { return Value; }
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "seh0052.c";
|
||||
int perfect;
|
||||
|
||||
LONG Echo(LONG Value) { return Value; }
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "seh0053.c";
|
||||
int perfect;
|
||||
|
||||
#define BLUE 0
|
||||
#define RED 1
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "seh0054.c";
|
||||
int perfect;
|
||||
|
||||
LONG Echo(LONG Value) { return Value; }
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "seh0055.c";
|
||||
int perfect;
|
||||
|
||||
LONG Echo(LONG Value) { return Value; }
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0056.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
LONG Counter;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "seh0057.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
LONG Counter;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "seh.h"
|
||||
|
||||
char test[] = "SEH0058.c";
|
||||
int perfect;
|
||||
|
||||
int main() {
|
||||
LONG Counter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue