mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-01 08:48:25 +02:00
5 lines
78 B
C++
5 lines
78 B
C++
void warn1(int *first, int *last) {
|
|
*first = 0;
|
|
if (first < last) {
|
|
}
|
|
}
|