summaryrefslogtreecommitdiff
path: root/ACE/apps
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-03-03 10:57:54 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-03-03 10:57:54 +0000
commit20b76c494987a53c25eb8d7593d92517da3b8873 (patch)
tree7fd6ea0347d77b4ade100a856213530bd9e8925d /ACE/apps
parent9785bbf06c95159532979758e98946a7b3bf6879 (diff)
downloadATCD-20b76c494987a53c25eb8d7593d92517da3b8873.tar.gz
Mon Mar 3 10:49:28 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/cgi-send.c2
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/genrand.c2
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/webmaster.c2
-rw-r--r--ACE/apps/JAWS3/bench/average.cpp2
4 files changed, 7 insertions, 1 deletions
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/cgi-send.c b/ACE/apps/JAWS/clients/WebSTONE/src/cgi-send.c
index 0a63070b7b7..f1474d34c28 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/cgi-send.c
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/cgi-send.c
@@ -4,6 +4,8 @@
*
*/
+//FUZZ: disable check_for_improper_main_declaration
+
#include <stdio.h>
#include <stdlib.h>
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/genrand.c b/ACE/apps/JAWS/clients/WebSTONE/src/genrand.c
index 58291d5063b..4c2c9598fd0 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/genrand.c
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/genrand.c
@@ -11,6 +11,8 @@
**************************************************************************/
/* FUZZ: disable check_for_math_include */
+/* FUZZ: disable check_for_improper_main_declaration */
+
#include <stdio.h>
#include <fcntl.h>
#include <math.h>
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/webmaster.c b/ACE/apps/JAWS/clients/WebSTONE/src/webmaster.c
index 57464bc3018..1bfbcc06b9d 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/webmaster.c
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/webmaster.c
@@ -11,6 +11,8 @@
**************************************************************************/
/* FUZZ: disable check_for_math_include */
+/* FUZZ: disable check_for_improper_main_declaration */
+
#include <stdio.h>
#include <errno.h>
#include <signal.h>
diff --git a/ACE/apps/JAWS3/bench/average.cpp b/ACE/apps/JAWS3/bench/average.cpp
index 965a1c94268..568f183dbb3 100644
--- a/ACE/apps/JAWS3/bench/average.cpp
+++ b/ACE/apps/JAWS3/bench/average.cpp
@@ -2,7 +2,7 @@
#include "ace/OS.h"
int
-main (void)
+ACE_TMAIN(int, ACE_TCHAR *[])
{
double sum = 0;
double count = 0;