Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
dbb5747a
Commit
dbb5747a
authored
Aug 05, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/jsl.conf: ignore functions not always returning a value
what's wrong with this anyway
parent
2a54181c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5/tests/jsl.conf
product/ERP5/tests/jsl.conf
+2
-2
No files found.
product/ERP5/tests/jsl.conf
View file @
dbb5747a
...
@@ -10,12 +10,12 @@
...
@@ -10,12 +10,12 @@
# Enable or disable warnings based on requirements.
# Enable or disable warnings based on requirements.
# Use "+WarningName" to display or "-WarningName" to suppress.
# Use "+WarningName" to display or "-WarningName" to suppress.
#
#
+
no_return_value
# function {0} does not always return a value
-
no_return_value
# function {0} does not always return a value
+
duplicate_formal
# duplicate formal argument {0}
+
duplicate_formal
# duplicate formal argument {0}
+
equal_as_assign
# test for equality (==) mistyped as assignment (=)?{0}
+
equal_as_assign
# test for equality (==) mistyped as assignment (=)?{0}
+
var_hides_arg
# variable {0} hides argument
+
var_hides_arg
# variable {0} hides argument
+
redeclared_var
# redeclaration of {0} {1}
+
redeclared_var
# redeclaration of {0} {1}
+
anon_no_return_value
# anonymous function does not always return a value
-
anon_no_return_value
# anonymous function does not always return a value
+
missing_semicolon
# missing semicolon
+
missing_semicolon
# missing semicolon
+
meaningless_block
# meaningless block; curly braces have no impact
+
meaningless_block
# meaningless block; curly braces have no impact
+
comma_separated_stmts
# multiple statements separated by commas (use semicolons?)
+
comma_separated_stmts
# multiple statements separated by commas (use semicolons?)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment