Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
33186f0c
Commit
33186f0c
authored
21 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Updated.
parent
f3e5bc07
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/warnings.sed
+10
-5
10 additions, 5 deletions
scripts/warnings.sed
with
10 additions
and
5 deletions
scripts/warnings.sed
+
10
−
5
View file @
33186f0c
...
...
@@ -6,6 +6,7 @@
# glibc-2.1.2/gcc-2.95.2 on gratia.
/
\/
usr
\/
include
\/
inttypes
.
h:427: warning: function returns an aggregate
/
d
/\/u
s
r
\/
include
\/
inttypes
.
h:428: wa
r
ning: function call has agg
r
e
ga
te value/d
/
\/
usr
\/
include
\/
bits
\/
string2
.
h:
.*
: warning: pointer of type `void
\*
' used in arithmetic
/
d
# The Intel C++ compiler doesn't like the -M options that
# automake-1.7.2 uses to create dependency information.
...
...
@@ -24,9 +25,12 @@
/
getopt
\.
h:104: warning: function declaration isn't a prototype
/
d
# When compiling on a system that doesn't use the GNU C library,
# getopt.c uses non-prototype declarations of several library functions.
# Example: AIX 4.2 on hal.lysator.liu.se.
/
getopt
\.
c:
.*
: warning: function declaration isn't a prototype
/
d
# getopt.c and getopt1.c uses non-prototype declarations of several
# library functions.
#
# Examples: AIX 4.2 on hal.lysator.liu.se, AIX 4.3 on
# dupond.lysator.liu.se.
/
getopt1?
\.
c:
.*
: warning: function declaration isn't a prototype
/
d
# This is a harmless comparison of the return value of strlen() and
# a difference between two pointers. Warning created on AIX 4.3 with
...
...
@@ -42,8 +46,9 @@
# sig_atomic_t", since many systems exists where sig_atomic_t isn't
# volatile, and this results in the warnings below.
# Seen on dupond.lysator.liu.se.
/
"sigflags
\.
h", line
.*
: 1506-112
(
W
)
Duplicate type qualifier "volatile" ignored
\.
/
d
/"
c
onnections\.c", line .*: 1506-112 (W) Duplicate type qualifier "volatile" ignored\./d
/
"sys
\.
c", line
.*
: 1506-112
(
W
)
Duplicate type qualifier "volatile" ignored
\.
/
d
/"
s
i
gnal
\.
c", l
i
ne .*: 1506-112 (W) Dupl
i
c
ate type qualifier "volatile" ignored\./d
# Linux on ia64. gcc-2.96. soyokaze.roxen.com as of 2003-01-18.
/
\/
usr
\/
include
\/
bits
\/
socket
\.
h:271: warning: cast increases required alignment of target type
/
d
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment