Searched hist:92666 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/acpica/Osd/
H A DOsdHardware.cdiff 92666 Tue Mar 19 11:02:06 MST 2002 peter Fix a gcc-3.1+ warning.
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}
H A DOsdMemory.cdiff 92666 Tue Mar 19 11:02:06 MST 2002 peter Fix a gcc-3.1+ warning.
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}
/freebsd-10.2-release/sys/kern/
H A Dsubr_acl_posix1e.cdiff 92666 Tue Mar 19 11:02:06 MST 2002 peter Fix a gcc-3.1+ warning.
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}
H A Dvfs_acl.cdiff 92666 Tue Mar 19 11:02:06 MST 2002 peter Fix a gcc-3.1+ warning.
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}
H A Dkern_synch.cdiff 92666 Tue Mar 19 11:02:06 MST 2002 peter Fix a gcc-3.1+ warning.
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}
/freebsd-10.2-release/sys/vm/
H A Dvm_glue.cdiff 92666 Tue Mar 19 11:02:06 MST 2002 peter Fix a gcc-3.1+ warning.
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}

Completed in 135 milliseconds