Custom Query (145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 145)

Ticket Resolution Summary Owner Reporter
#127 fixed Anonymous parameters should have attribute((unused)) implicitly Thierry Delisle
Description

This code creates a warning and shouldn't :

int foo(int) { return 3; }
#126 fixed Pointer assignment with incorrect type not correctly rejected Thierry Delisle
Description

This code should not compile :

struct Foo {
	int b;
};
struct Bar {
	int a;
	Foo self;
	Foo * other;
};

void Baz(Bar * this) {
	Bar * dst = this->other;
	(void)dst;
}
#124 fixed Configure doesn't seem to catch CFAFLAGS properly Thierry Delisle Thierry Delisle
Description

./configure CFAFLAGS should pass on cfa flags, it doesn't seem to do it.

Note: See TracQuery for help on using queries.