This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New ARI warning Sat Mar 12 02:03:36 UTC 2011


73a74
> gdb/breakpoint.c:11435: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/breakpoint.c:11435:all_tracepoints ()
271a273,274
> gdb/f-exp.y:922: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/f-exp.y:922:match_string_literal ()
> gdb/f-exp.y:954: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/f-exp.y:954:yylex ()
358a362
> gdb/hppa-tdep.h:243: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/hppa-tdep.h:243:hppa_init_objfile_priv_data (struct objfile *objfile);
579a584
> gdb/m2-exp.y:811: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/m2-exp.y:811:yylex ()
614a620,625
> gdb/mep-tdep.c:848: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/mep-tdep.c:848:current_me_module ()
> gdb/mep-tdep.c:871: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/mep-tdep.c:871:current_options ()
> gdb/mep-tdep.c:888: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/mep-tdep.c:888:current_cop_data_bus_width ()
> gdb/mep-tdep.c:897: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/mep-tdep.c:897:current_cr_names ()
> gdb/mep-tdep.c:909: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/mep-tdep.c:909:current_cr_is_float ()
> gdb/mep-tdep.c:921: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/mep-tdep.c:921:current_ccr_names ()
742a754,757
> gdb/objc-exp.y:111: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/objc-exp.y:111:yyparse (void);
> gdb/objc-exp.y:114: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/objc-exp.y:114:yylex (void);
> gdb/objc-exp.y:117: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/objc-exp.y:117:yyerror (char *);
> gdb/objc-exp.y:154: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/objc-exp.y:154:parse_number (char *, int, int, YYSTYPE *);
758a774
> gdb/objc-exp.y:1228: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/objc-exp.y:1228:yylex ()
792a809,810
> gdb/p-exp.y:121: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/p-exp.y:121:yyerror (char *);
> gdb/p-exp.y:158: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/p-exp.y:158:parse_number (char *, int, int, YYSTYPE *);
801a820
> gdb/p-exp.y:1083: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/p-exp.y:1083:yylex ()
899a919
> gdb/python/py-prettyprint.c:336: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/python/py-prettyprint.c:336:push_dummy_python_frame ()
982a1003
> gdb/remote.c:3112: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/remote.c:3112:send_interrupt_sequence ()
1113a1135
> gdb/solib-pa64.c:79: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/solib-pa64.c:79:read_dynamic_info (asection *dyninfo_sect, dld_cache_t *dld_cache_p);
1241a1264
> gdb/tracepoint.c:206: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/tracepoint.c:206:current_trace_status ()
1362a1386
> gdb/varobj.c:299: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/varobj.c:299:varobj_add_child (struct varobj *var, const char *name, struct value *value);
1364a1389
> gdb/varobj.h:170: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/varobj.h:170:varobj_set_visualizer (struct varobj *var, const char *visualizer);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]